/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/hr/jdmaneng.aspx
74 строки
4 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="jdmaneng.aspx.vb" Inherits="HR_jdman" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Job description management system manual</title> <link href="../Styles/page.css" rel="stylesheet" /> <style type="text/css"> .auto-style1 { text-align: center; font-size: x-large; } .auto-style2 { width: 1228px; height: 259px; } .auto-style3 { width: 24px; height: 24px; } .auto-style4 { width: 1366px; height: 338px; } .auto-style5 { width: 910px; height: 715px; } .auto-style6 { width: 1898px; height: 514px; } .auto-style7 { width: 957px; height: 649px; } </style> </head> <body> <form id="form1" runat="server"> <div class="auto-style1"> <p>Job Decsription management system manual</p> <p style="text-align: left">0. It is recomended to use Google <strong>Chrome</strong> web browser to work with Orchestra system.</p> <p style="text-align: left; margin-left: 40px;">You can install it using following <a href="http://sos.serk.lan/modules/downloads/ChromeStandaloneSetup.exe">link</a> </p> <p style="text-align: left">1. Job description list</p> <p style="text-align: left; margin-left: 40px">Contains all Job descriptions from all departments. It's possible to filter by department or position</p> <p style="text-align: left; margin-left: 40px">In order to add new document - press <img alt="" class="auto-style3" src="../Images/Buttons/24/Plus.png" /> button</p> <p style="text-align: left; margin-left: 40px">To view or edit existing document - click on the link in the "Link" column. The document will be opened in a new window</p> <p> <img alt="" class="auto-style2" src="img/jdl.png" /></p> <p style="text-align: left">2. Add new document form</p> <p style="text-align: left; margin-left: 40px;">You should enable popup windows for this site to be able to add documents</p> <p style="text-align: left; margin-left: 40px;"> <img alt="" class="auto-style4" src="img/jdpopup.png" /></p> <p style="text-align: left; margin-left: 40px">After clicking <img alt="" class="auto-style3" src="../Images/Buttons/24/Plus.png" /> new popup window will open with document template. Each section marked as red is editable. Double click it to start edit.</p> <p style="text-align: left; margin-left: 40px"> <img alt="" class="auto-style5" src="img/newjd.PNG" /></p> <p style="text-align: left; margin-left: 40px">You can copy and paste text from Word document using Ctrl+C Ctrl+V</p> <p style="text-align: left; margin-left: 40px">Press <strong>Save</strong> button to commit changes or <strong>Cancel</strong> to discard</p> <p style="text-align: left; margin-left: 40px"> <img alt="" class="auto-style6" src="img/copyjd.png" style="width: 100%; height : auto;" /></p> <p style="text-align: left; margin-left: 40px"> To save the document - <strong>double click Samsung logo</strong> at the header. Input Deparment and Position in the popup window and click save button <img alt="" class="auto-style3" src="../Images/Save.png" /></p> <p style="text-align: left; margin-left: 40px"> <img alt="" class="auto-style7" src="img/jdsave.png" /></p> </div> </form> </body> </html>