Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <? include('../../parts/ssylki.php'); ?>
- <?
- session_start();
- $ur = $_SESSION['remixur'];
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; Charset=UTF-8">
- <? include('../../parts/head.php'); ?>
- <script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
- <link rel ="stylesheet" href = "style/style.css">
- <link rel ="stylesheet" href = "/style/index.css">
- <? if ($_SESSION['remixur'] == "88" or $_SESSION['remixur'] == "0" or $_SESSION['remixur'] == "11" or $_SESSION['remixur'] == "20" or $_SESSION['remixur'] == "50" or $_SESSION['remixur'] == "80") { ?>
- <script src="js/js.js"></script>
- <script src="/js/ssylki.js"></script>
- <script src="/js/logout.js"></script>
- <script src="/js/support.js"></script>
- <script type="text/javascript">loadAjaxValue();</script>
- <? } ?>
- <? include('../../libs/mysql.php'); ?>
- <title><?=$title;?></title>
- <meta name="robots" content="noindex">
- <link rel="icon" href="/images/icons/favicon.png" type="image/x-icon">
- <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
- </head>
- <body>
- <? if ($_SESSION['remixur'] == "88" or $_SESSION['remixur'] == "0" or $_SESSION['remixur'] == "11" or $_SESSION['remixur'] == "20" or $_SESSION['remixur'] == "50" or $_SESSION['remixur'] == "80") { ?>
- <? include('../../parts/header.php'); ?>
- <table border="1" class="header sticky">
- <tbody>
- <tr>
- <td id="colorPred"></td>
- <td id="control"></td>
- <td id="nomer"></td>
- <td id="fioKlienta"></td>
- <td id="nomerDogovora"></td>
- <td id="oristFio"></td>
- <td id="epod"></td>
- <td id="odIspolnitel"></td>
- <td id = "nachPredComment"></td>
- <td id="tematika"></td>
- <td id="comment"></td>
- <td id="sytRazgovora"></td>
- <td id="predmetDogovora"></td>
- <td id="primechanie"></td>
- <td id="commentOKK"></td>
- <td id="predstavRashod" title = "Представительские расходы за все время"></td>
- <td id="rashodPoDogovory"></td>
- <td id="dataPolycheniya"></td>
- <td id="vidUslugi"></td>
- <td id="act"></td>
- <td id="arhiv"></td>
- <td id="summa" class = "textRezSum" title = "Сумма за все время"></td>
- <td id="avans" title = "Аванс за все время"></td>
- <td id="ostatok"></td>
- <td id="doplata"></td>
- <td id="coll"></td>
- <td id="dopInfo"></td>
- </tr>
- <tr>
- <td id="colorPred"></td>
- <td id="control">К</td>
- <td id="nomer">№</td>
- <td id="fioKlienta">ФИО клиента</td>
- <td id="nomerDogovora">№ дог.</td>
- <td id="oristFio">Юрист</td>
- <td id="epod">ЭПОД</td>
- <td id="odIspolnitel">Исполн.</td>
- <td id = "nachPredComment">Нач предст.</td>
- <td id="tematika">Тематика</td>
- <td id="comment">Комментарий юриста</td>
- <td id="sytRazgovora">Суть разговора</td>
- <td id="predmetDogovora">Предмет дог</td>
- <td id="primechanie">Примечание</td>
- <td id="commentOKK">Зам. ОКК</td>
- <td id="predstavRashod">Представ. расходы</td>
- <td id="rashodPoDogovory">Дог. расх.</td>
- <td id="dataPolycheniya">Дата получения</td>
- <td id="vidUslugi">Вид услуги</td>
- <td id="act">Акт</td>
- <td id="arhiv">Архив</td>
- <td id="summa">Сумма</td>
- <td id="avans">Аванс</td>
- <td id="ostatok">Остаток</td>
- <td id="doplata">Доплата</td>
- <td id="coll">Колл</td>
- <td id="dopInfo">Доп. информация</td>
- </tr>
- </tbody>
- </table>
- <div id = "napominaniya"></div>
- <table class = "rezultComingBlock"><tbody> <!-- Вывод таблицы -->
- </tbody></table>
- <center id = "focusLoad" class = "buttonLoad" onclick = "loadAjaxValue()">Загрузить</center>
- <div id = "log"></div>
- <? } else { ?>
- <div style="display: block; position: absolute; left: 35%; top: 25%; border: 2px dashed #c0c0c0; padding: 20px;">У Вас нет прав на просмотр данного документа</div>
- <? } ?>
- <? include('../../parts/support.php'); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement