Advertisement
Guest User

Untitled

a guest
Apr 1st, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.11 KB | None | 0 0
  1. <? include('../../parts/ssylki.php'); ?>
  2. <?
  3.     session_start();
  4.     $ur = $_SESSION['remixur'];
  5. ?>
  6. <html>
  7.     <head>
  8.         <meta http-equiv="Content-Type" content="text/html; Charset=UTF-8">  
  9.         <? include('../../parts/head.php'); ?>
  10.         <script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>  
  11.         <link rel ="stylesheet" href = "style/style.css">
  12.         <link rel ="stylesheet" href = "/style/index.css">
  13.         <? if ($_SESSION['remixur'] == "88" or $_SESSION['remixur'] == "0" or $_SESSION['remixur'] == "11" or $_SESSION['remixur'] == "20" or $_SESSION['remixur'] == "50" or $_SESSION['remixur'] == "80") { ?>   
  14.         <script src="js/js.js"></script>
  15.         <script src="/js/ssylki.js"></script>
  16.         <script src="/js/logout.js"></script>
  17.         <script src="/js/support.js"></script>
  18.         <script type="text/javascript">loadAjaxValue();</script>
  19.         <? } ?>
  20.         <? include('../../libs/mysql.php'); ?>
  21.         <title><?=$title;?></title>
  22.         <meta name="robots" content="noindex">
  23.         <link rel="icon" href="/images/icons/favicon.png" type="image/x-icon">
  24.         <link rel="shortcut icon" href="favicon.png" type="image/x-icon">  
  25.     </head>
  26. <body>
  27.         <? if ($_SESSION['remixur'] == "88" or $_SESSION['remixur'] == "0"  or $_SESSION['remixur'] == "11"  or $_SESSION['remixur'] == "20" or $_SESSION['remixur'] == "50" or $_SESSION['remixur'] == "80") { ?> 
  28.    
  29.         <? include('../../parts/header.php'); ?>
  30.    
  31.             <table border="1" class="header sticky">
  32.             <tbody>
  33. <tr>
  34.     <td id="colorPred"></td>
  35.     <td id="control"></td>
  36.     <td id="nomer"></td>
  37.     <td id="fioKlienta"></td>
  38.     <td id="nomerDogovora"></td>
  39.     <td id="oristFio"></td>
  40.     <td id="epod"></td>
  41.     <td id="odIspolnitel"></td>
  42.     <td id = "nachPredComment"></td>
  43.     <td id="tematika"></td>
  44.     <td id="comment"></td>
  45.     <td id="sytRazgovora"></td>
  46.     <td id="predmetDogovora"></td>
  47.     <td id="primechanie"></td>
  48.     <td id="commentOKK"></td>
  49.     <td id="predstavRashod" title = "Представительские расходы за все время"></td>
  50.     <td id="rashodPoDogovory"></td>
  51.     <td id="dataPolycheniya"></td>
  52.     <td id="vidUslugi"></td>
  53.     <td id="act"></td>
  54.     <td id="arhiv"></td>
  55.     <td id="summa" class = "textRezSum" title = "Сумма за все время"></td>
  56.     <td id="avans" title = "Аванс за все время"></td>
  57.     <td id="ostatok"></td>
  58.     <td id="doplata"></td>
  59.     <td id="coll"></td>
  60.     <td id="dopInfo"></td>
  61.    
  62.   </tr>
  63.    <tr>
  64.     <td id="colorPred"></td>
  65.     <td id="control">К</td>
  66.     <td id="nomer"></td>
  67.     <td id="fioKlienta">ФИО клиента</td>
  68.     <td id="nomerDogovora">№ дог.</td>
  69.     <td id="oristFio">Юрист</td>
  70.     <td id="epod">ЭПОД</td>
  71.     <td id="odIspolnitel">Исполн.</td>
  72.     <td id = "nachPredComment">Нач предст.</td>
  73.     <td id="tematika">Тематика</td>
  74.     <td id="comment">Комментарий юриста</td>
  75.     <td id="sytRazgovora">Суть разговора</td>
  76.     <td id="predmetDogovora">Предмет дог</td>
  77.     <td id="primechanie">Примечание</td>
  78.     <td id="commentOKK">Зам. ОКК</td>
  79.     <td id="predstavRashod">Представ. расходы</td>
  80.     <td id="rashodPoDogovory">Дог. расх.</td>
  81.     <td id="dataPolycheniya">Дата получения</td>
  82.     <td id="vidUslugi">Вид услуги</td>
  83.     <td id="act">Акт</td>
  84.     <td id="arhiv">Архив</td>
  85.     <td id="summa">Сумма</td>
  86.     <td id="avans">Аванс</td>
  87.     <td id="ostatok">Остаток</td>
  88.     <td id="doplata">Доплата</td>
  89.     <td id="coll">Колл</td>
  90.     <td id="dopInfo">Доп. информация</td>
  91.   </tr>
  92.   </tbody>
  93. </table>
  94. <div id = "napominaniya"></div>
  95.              
  96.             <table class = "rezultComingBlock"><tbody> <!-- Вывод таблицы -->
  97.            
  98.             </tbody></table>   
  99.             <center id = "focusLoad" class = "buttonLoad" onclick = "loadAjaxValue()">Загрузить</center>
  100.             <div id = "log"></div>
  101.            
  102.         <? } else { ?>
  103.  
  104.             <div style="display: block; position: absolute; left: 35%; top: 25%; border: 2px dashed #c0c0c0; padding: 20px;">У Вас нет прав на просмотр данного документа</div>
  105.        
  106.     <? } ?>
  107. <? include('../../parts/support.php'); ?>
  108. </body>
  109.  
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement