Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. <header>
  2. <div class="row">
  3. <div class="col-md-6" style="text-align: left;">
  4. <b><img class="img-responsive" style="height: 40px;position: absolute;top: -8px;" src="<?= base_url('template/images/telkomcels.png') ?>"></b>
  5. </div>
  6. <div class="col-md-6" style="text-align: right;color: #000;">
  7. Hi, Tekomcel (RCM Support01)
  8. </div>
  9. </div>
  10. </header>
  11.  
  12. <style>
  13. .dropdown-submenu {
  14. position: relative;
  15. }
  16.  
  17. .dropdown-submenu>.dropdown-menu {
  18. top: 0;
  19. left: 100%;
  20. margin-top: -6px;
  21. margin-left: -1px;
  22. }
  23.  
  24. .dropdown-submenu:hover>.dropdown-menu {
  25. display: block;
  26. }
  27.  
  28. .dropdown-submenu:hover>a:after {
  29. border-left-color: #fff;
  30. }
  31.  
  32. .dropdown-submenu.pull-left {
  33. float: none;
  34. }
  35.  
  36. .dropdown-submenu.pull-left>.dropdown-menu {
  37. left: -100%;
  38. margin-left: 10px;
  39. }
  40.  
  41. ul li a {
  42. color: #656363 !important;
  43. }
  44. </style>
  45.  
  46. <nav class="navbar navbar-default navbar-fixed" role="navigation" id="menu" style="z-index: 3;background: #171717;">
  47. <div class="container-fluid">
  48. <div class="navbar-header">
  49. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation-example-2">
  50. <span class="sr-only">Toggle navigation</span>
  51. <span class="icon-bar"></span>
  52. <span class="icon-bar"></span>
  53. <span class="icon-bar"></span>
  54. </button>
  55.  
  56. </div>
  57. <div class="collapse navbar-collapse">
  58. <ul class="nav navbar-nav navbar-left">
  59. <li>
  60. <a href="<?= site_url('index.php/Dashboard/index') ?>">
  61. <p>DashMon</p>
  62. </a>
  63. </li>
  64. <li>
  65. <a href="#">
  66. <p>Service Monitoring</p>
  67. </a>
  68. </li>
  69. <li class="dropdown">
  70. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">
  71. <p>Reporting & Statistic
  72. <span class="caret"></span></p>
  73. </a>
  74. <ul class="dropdown-menu" role="menu" id="dropMenu1">
  75. <li>
  76. <!-- <a href="<?= site_url('index.php/Dashboard/cdr_vouchergame') ?>">Google Play</a> -->
  77. <li class="dropdown-submenu" onmouseover="subsubmenu();" onmouseleave="subsubmenuleave();">
  78. <a tabindex="-1" href="<?= site_url('index.php/Dashboard/cdr_vouchergame') ?>">Google Play <i class="fa fa-chevron-right"></i></a>
  79. <ul class="dropdown-menu" id="dropdownmenu2" style="display: none;">
  80. <li><a tabindex="-1" href="<?= site_url('index.php/Dashboard/detail_googleplay') ?>">Detail Google Play</a></li>
  81. <!-- <li><a href="#">Lik 2</a></li>
  82. <li><a href="#">Link 3</a></li> -->
  83. </ul>
  84. </li>
  85. </li>
  86.  
  87. <li>
  88. <a href="<?= site_url('index.php/Dashboard/games') ?>">Voucher Management</a>
  89. </li>
  90. <li>
  91. <a href="<?= site_url('index.php/Dashboard/purchasePendingMobiwin') ?>">Purchase Pending Mobiwin</a>
  92. </li>
  93.  
  94. <li>
  95. <a href="<?= site_url('index.php/Dashboard/ussd') ?>">Report Ussd</a>
  96.  
  97. </li>
  98. <li>
  99. <a href="<?= site_url('index.php/Dashboard/refillVoucher') ?>">RefillVoucher</a>
  100. </li>
  101. <li>
  102. <a href="<?= site_url('index.php/Dashboard/BalanceTransfer') ?>">BalanceTransfer</a>
  103. </li>
  104.  
  105. </li>
  106. <li>
  107. <a href="<?= site_url('index.php/Dashboard/report_etopup') ?>">Etopup</a>
  108. </li>
  109.  
  110.  
  111. <li>
  112. <div id="click_reportsmsc" style="margin-left:15px;">
  113.  
  114. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeDp') ?>">Report SMSC </a>
  115. <ul class="pilihan_report_smsc">
  116. <li>
  117. <a href="<?= site_url('index.php/ReportSmsc/showDataReportSmscLima') ?>">SMSC-5</a>
  118. </li>
  119. <li>
  120. <a href="<?= site_url('index.php/ReportSmsc/showDataReportSmscEnam') ?>">SMSC-6</a>
  121. </li>
  122. <li>
  123. <a href="<?= site_url('index.php/ReportSmsc/showDataReportSmscDelapan') ?>">SMSC-8</a>
  124. </li>
  125. </ul>
  126. </div>
  127. </li>
  128.  
  129. <li>
  130. <div id="click_reportbalancetransfer" style="margin-left:15px;">
  131.  
  132. <a href="#">Report Balance Transfer </a>
  133. <ul class="pilihan_report_balancetransfer">
  134. <li>
  135. <a href="<?= site_url('index.php/ReportBalanceTransfer/showDataReportBalanceTransferSdp') ?>">BalanceTransefer-180</a>
  136. </li>
  137. <li>
  138. <a href="<?= site_url('index.php/ReportBalanceTransfer/showDataReportBalanceTransferSdl') ?>">BalanceTransfer-185</a>
  139. </li>
  140. </ul>
  141. </div>
  142. </li>
  143.  
  144.  
  145. <li>
  146. <div id="click_reportumb" style="margin-left:15px;">
  147.  
  148. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeDp') ?>">Report UMB </a>
  149. <ul class="pilihan_reportumb">
  150. <li>
  151. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeTps') ?>">Node 71</a>
  152. </li>
  153. <li>
  154. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeTpd') ?>">Node 72</a>
  155. </li>
  156. <li>
  157. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeDp') ?>">Node 80</a>
  158. </li>
  159. </ul>
  160. </div>
  161. </li>
  162. <li>
  163. <div id="click_reporttransferquota" style="margin-left:15px;">
  164.  
  165. <a href="<?= site_url('index.php/ReportUmb/showDataUmbNodeDp') ?>">Report TransferQuota </a>
  166. <ul class="pilihan_reporttransferquota">
  167. <li>
  168. <a href="<?= site_url('index.php/TransferQuota/showDataReportTransferQuotaSdp') ?>">node 180</a>
  169. </li>
  170. <li>
  171. <a href="<?= site_url('index.php/TransferQuota/showDataReportTransferQuotaSdl') ?>">node 185</a>
  172. </li>
  173.  
  174. </ul>
  175. </div>
  176. </li>
  177.  
  178. <li>
  179. <div id="click_reportgamesmobiwin" style="margin-left:15px;">
  180.  
  181. <a href="#">Report GamesMobiwin </a>
  182. <ul class="pilihan_reportgamesmobiwin">
  183. <li>
  184. <a href="<?= site_url('index.php/ReportGamesMobiwin/showDataReportGamesMobiwinSdp') ?>">Node 180</a>
  185. </li>
  186. <li>
  187. <a href="<?= site_url('index.php/ReportGamesMobiwin/showDataReportGamesMobiwinSdl') ?>">Node 185</a>
  188. </li>
  189. </ul>
  190. </div>
  191. </li>
  192.  
  193. <li>
  194. <div id="click_reportgamestl" style="margin-left:15px;">
  195.  
  196. <a href="#">Report GamesTL </a>
  197. <ul class="pilihan_reportgamestl">
  198. <li>
  199. <a href="<?= site_url('index.php/GamesTl/showDataReportGamesTlSdp') ?>">Node 180</a>
  200. </li>
  201. <li>
  202. <a href="<?= site_url('index.php/GamesTl/showDataReportGamesTlSdl') ?>">Node 185</a>
  203. </li>
  204.  
  205. </ul>
  206. </div>
  207. </li>
  208.  
  209. <li>
  210. <div id="click_reportvouchergame" style="margin-left:15px;">
  211.  
  212. <a href="#">Report VoucherGames </a>
  213. <ul class="pilihan_reportvouchergame">
  214. <li>
  215. <a href="<?= site_url('index.php/VoucherGames/showDataReportVoucherGamesSdp') ?>">Node 180</a>
  216. </li>
  217. <li>
  218. <a href="<?= site_url('index.php/VoucherGames/showDataReportVoucherGamesSdl') ?>">Node 185</a>
  219. </li>
  220.  
  221. </ul>
  222. </div>
  223. </li>
  224.  
  225. <li>
  226. <div id="click_reportextendme" style="margin-left:15px;">
  227.  
  228. <a href="#">Report ExtendMe </a>
  229. <ul class="pilihan_reportextendme">
  230. <li>
  231. <a href="<?= site_url('index.php/ExtendMe/showDataReportExtendMeSdp') ?>">Node 180</a>
  232. </li>
  233. <li>
  234. <a href="<?= site_url('index.php/ExtendMe/showDataReportExtendMeSdl') ?>">Node 185</a>
  235. </li>
  236.  
  237. </ul>
  238. </div>
  239. </li>
  240.  
  241. <!-- akhir node -->
  242.  
  243. </ul>
  244. </li>
  245.  
  246. <li>
  247. <a href="#">
  248. <p>Documentation</p>
  249. </a>
  250. </li>
  251.  
  252. <li>
  253. <a href="#">
  254. <p>Troubleshooting</p>
  255. </a>
  256. </li>
  257. <li>
  258. <a href="#">
  259. <p>Administrative Tools</p>
  260. </a>
  261. </li>
  262.  
  263. <li class="dropdown">
  264. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">
  265. <p>SMS Monitoring
  266. <span class="caret"></span></p>
  267. </a>
  268. <ul class="dropdown-menu" role="menu" id="dropMenuA2P">
  269. <li>
  270. <a href="<?= site_url('index.php/Dashboard/smsc') ?>">SMSC</a>
  271. </li>
  272. <li>
  273. <a href="<?= site_url('index.php/Dashboard/a2p') ?>">A2P</a>
  274. </li>
  275. <li>
  276. <a href="<?= site_url('index.php/Dashboard/ussd') ?>">USSD</a>
  277. </li>
  278. <li>
  279. <a href="<?= site_url('index.php/Dashboard/refillVoucher') ?>">RefillVoucher </a>
  280. </li>
  281. <li>
  282. <a href="<?= site_url('index.php/Dashboard/smscdet') ?>">SMSC Daily </a>
  283. </li>
  284. </ul>
  285. </li>
  286.  
  287.  
  288.  
  289. </ul>
  290. </li>
  291. <li style="display:none">
  292. <a href="<?= site_url('index.php/Dashboard/games') ?>">
  293. <p>Games</p>
  294. </a>
  295. </li>
  296.  
  297.  
  298. </ul>
  299.  
  300. <ul class="nav navbar-nav navbar-right">
  301. <!-- <li class="dropdown"> <a href="#" class="dropdown-toggle"
  302. data-toggle="dropdown"> <p> Superuser <b class="caret"></b> </p> </a> <ul
  303. class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another
  304. action</a></li> <li><a href="#">Something</a></li> <li><a href="#">Another
  305. action</a></li> <li><a href="#">Something</a></li> <li clas s="divider"></li>
  306. <li><a href="#">Separated link</a></li> </ul> </li> -->
  307.  
  308. <li>
  309. <a href="<?= base_url() ?>index.php/Login/Logout">
  310. <p>Log out</p>
  311. </a>
  312. </li>
  313. <li class="separator hidden-lg"></li>
  314. </ul>
  315. </div>
  316. </div>
  317. </nav>
  318. <script>
  319. function subsubmenu() {
  320. var element = document.getElementById("dropdownmenu2");
  321. element.removeAttribute("style");
  322. }
  323.  
  324. function subsubmenuleave() {
  325. var element = document.getElementById("dropdownmenu2");
  326. document.getElementById("dropdownmenu2").style.display = "none";
  327. }
  328. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement