bootstrap.php 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. <?php
  2. use PrivateBin\I18n;
  3. $isCpct = substr($template, 9, 8) === '-compact';
  4. $isDark = substr($template, 9, 5) === '-dark';
  5. $isPage = substr($template, -5) === '-page';
  6. ?><!DOCTYPE html>
  7. <html>
  8. <head>
  9. <meta charset="utf-8" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <meta name="robots" content="noindex" />
  13. <meta name="referrer" content="no-referrer">
  14. <meta name="google" content="notranslate">
  15. <title><?php echo I18n::_($NAME); ?></title>
  16. <?php
  17. if (!$isDark):
  18. ?>
  19. <link type="text/css" rel="stylesheet" href="css/bootstrap/bootstrap-3.3.5.css" />
  20. <?php
  21. endif;
  22. ?>
  23. <link type="text/css" rel="stylesheet" href="css/bootstrap/bootstrap-theme-3.3.5.css" />
  24. <?php
  25. if ($isDark):
  26. ?>
  27. <link type="text/css" rel="stylesheet" href="css/bootstrap/darkstrap-0.9.3.css" />
  28. <?php
  29. endif;
  30. ?>
  31. <link type="text/css" rel="stylesheet" href="css/bootstrap/privatebin.css?<?php echo rawurlencode($VERSION); ?>" />
  32. <?php
  33. if ($SYNTAXHIGHLIGHTING):
  34. ?>
  35. <link type="text/css" rel="stylesheet" href="css/prettify/prettify.css?<?php echo rawurlencode($VERSION); ?>" />
  36. <?php
  37. if (strlen($SYNTAXHIGHLIGHTINGTHEME)):
  38. ?>
  39. <link type="text/css" rel="stylesheet" href="css/prettify/<?php echo rawurlencode($SYNTAXHIGHLIGHTINGTHEME); ?>.css?<?php echo rawurlencode($VERSION); ?>" />
  40. <?php
  41. endif;
  42. endif;
  43. ?>
  44. <noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
  45. <script type="text/javascript" data-cfasync="false" src="js/jquery-3.3.1.js" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"></script>
  46. <script type="text/javascript" data-cfasync="false" src="js/sjcl-1.0.7.js" integrity="sha512-J2eNenPwyfXkMVNMFz9Q54kKfYi5AA3mQWpNgtjSJzsKHtpbhUt/7bvcjGwwmzE8ZUVWMI/ndagIX1lG+SfxGA==" crossorigin="anonymous"></script>
  47. <?php
  48. if ($QRCODE):
  49. ?>
  50. <script async type="text/javascript" data-cfasync="false" src="js/kjua-0.1.2.js" integrity="sha512-hmvfOhcr4J8bjQ2GuNVzfSbuulv72wgQCJpgnXc2+cCHKqvYo8pK2nc0Q4Esem2973zo1radyIMTEkt+xJlhBA==" crossorigin="anonymous"></script>
  51. <?php
  52. endif;
  53. if ($ZEROBINCOMPATIBILITY):
  54. ?>
  55. <script type="text/javascript" data-cfasync="false" src="js/base64-1.7.js" integrity="sha512-JdwsSP3GyHR+jaCkns9CL9NTt4JUJqm/BsODGmYhBcj5EAPKcHYh+OiMfyHbcDLECe17TL0hjXADFkusAqiYgA==" crossorigin="anonymous"></script>
  56. <?php
  57. else:
  58. ?>
  59. <script type="text/javascript" data-cfasync="false" src="js/base64-2.4.5.js" integrity="sha512-YINE6agO8ZrYuzlrZZwQJTu0uqURJDxD4gjsfZ6mV4fP2gW5j8giNJ734iyJVTBrnF2XMiUBM/DSi7ON1V5RMQ==" crossorigin="anonymous"></script>
  60. <?php
  61. endif;
  62. ?>
  63. <script type="text/javascript" data-cfasync="false" src="js/rawdeflate-0.5.js" integrity="sha512-tTdZ7qMr7tt5VQy4iCHu6/aGB12eRwbUy+AEI5rXntfsjcRfBeeqJloMsBU9FrGk1bIYLiuND/FhU42LO1bi0g==" crossorigin="anonymous"></script>
  64. <script type="text/javascript" data-cfasync="false" src="js/rawinflate-0.3.js" integrity="sha512-g8uelGgJW9A/Z1tB6Izxab++oj5kdD7B4qC7DHwZkB6DGMXKyzx7v5mvap2HXueI2IIn08YlRYM56jwWdm2ucQ==" crossorigin="anonymous"></script>
  65. <script type="text/javascript" data-cfasync="false" src="js/bootstrap-3.3.7.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
  66. <?php
  67. if ($SYNTAXHIGHLIGHTING):
  68. ?>
  69. <script type="text/javascript" data-cfasync="false" src="js/prettify.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-puO0Ogy++IoA2Pb9IjSxV1n4+kQkKXYAEUtVzfZpQepyDPyXk8hokiYDS7ybMogYlyyEIwMLpZqVhCkARQWLMg==" crossorigin="anonymous"></script>
  70. <?php
  71. endif;
  72. if ($MARKDOWN):
  73. ?>
  74. <script type="text/javascript" data-cfasync="false" src="js/showdown-1.8.6.js" integrity="sha512-YFg2sBCGT00I6X5KzgCLP4VqRlmPMRhkVvJS9oJKk5LxiUzzcjzV5m4fNf6mQMctLrhgS5LFKiFF3vzIuXbjAw==" crossorigin="anonymous"></script>
  75. <?php
  76. endif;
  77. ?>
  78. <script type="text/javascript" data-cfasync="false" src="js/purify-1.0.7.js" integrity="sha512-VnKJHLosO8z2ojNvWk9BEKYqnhZyWK9rM90FgZUUEp/PRnUqR5OLLKE0a3BkVmn7YgB7LXRrjHgFHQYKd6DAIA==" crossorigin="anonymous"></script>
  79. <script type="text/javascript" data-cfasync="false" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-gFuGN7PD3lRe5ZTe/S2NfugOrjqNWYgEwBmb3Grk2EVckz1UbqVPs8+PQp6SmQ0preKNpXC50omnwGh4MPkoRg==" crossorigin="anonymous"></script>
  80. <!--[if lt IE 10]>
  81. <style type="text/css">body {padding-left:60px;padding-right:60px;} #ienotice {display:block;} #oldienotice {display:block;}</style>
  82. <![endif]-->
  83. <link rel="apple-touch-icon" href="img/apple-touch-icon.png?<?php echo rawurlencode($VERSION); ?>" sizes="180x180" />
  84. <link rel="icon" type="image/png" href="img/favicon-32x32.png?<?php echo rawurlencode($VERSION); ?>" sizes="32x32" />
  85. <link rel="icon" type="image/png" href="img/favicon-16x16.png?<?php echo rawurlencode($VERSION); ?>" sizes="16x16" />
  86. <link rel="manifest" href="manifest.json?<?php echo rawurlencode($VERSION); ?>" />
  87. <link rel="mask-icon" href="img/safari-pinned-tab.svg?<?php echo rawurlencode($VERSION); ?>" color="#ffcc00" />
  88. <link rel="shortcut icon" href="img/favicon.ico">
  89. <meta name="msapplication-config" content="browserconfig.xml">
  90. <meta name="theme-color" content="#ffe57e" />
  91. </head>
  92. <body role="document"<?php
  93. if ($isCpct):
  94. ?> class="navbar-spacing"<?php
  95. endif;
  96. if ($isDark):
  97. ?> class="dark-theme"<?php
  98. endif;
  99. ?>>
  100. <div id="passwordmodal" tabindex="-1" class="modal fade" role="dialog" aria-hidden="true">
  101. <div class="modal-dialog" role="document">
  102. <div class="modal-content">
  103. <div class="modal-body">
  104. <form id="passwordform" role="form">
  105. <div class="form-group">
  106. <label for="passworddecrypt"><span class="glyphicon glyphicon-eye-open"></span> <?php echo I18n::_('Please enter the password for this paste:') ?></label>
  107. <input id="passworddecrypt" type="password" class="form-control" placeholder="<?php echo I18n::_('Enter password') ?>" required="required">
  108. </div>
  109. <button type="submit" class="btn btn-success btn-block"><span class="glyphicon glyphicon-off"></span> <?php echo I18n::_('Decrypt') ?></button>
  110. </form>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <?php
  116. if ($QRCODE):
  117. ?>
  118. <div id="qrcodemodal" tabindex="-1" class="modal fade" aria-labelledby="qrcodemodalTitle" role="dialog" aria-hidden="true">
  119. <div class="modal-dialog" role="document">
  120. <div class="modal-content">
  121. <div class="modal-body">
  122. <div class="mx-auto" id="qrcode-display"></div>
  123. </div>
  124. <button type="button" class="btn btn-primary btn-block" data-dismiss="modal"><?php echo I18n::_('Close') ?></button>
  125. </div>
  126. </div>
  127. </div>
  128. <?php
  129. endif;
  130. ?>
  131. <nav class="navbar navbar-<?php echo $isDark ? 'inverse' : 'default'; ?> navbar-<?php echo $isCpct ? 'fixed' : 'static'; ?>-top"><?php
  132. if ($isCpct):
  133. ?><div class="container"><?php
  134. endif;
  135. ?>
  136. <div class="navbar-header">
  137. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  138. <span class="sr-only"><?php echo I18n::_('Toggle navigation'); ?></span>
  139. <span class="icon-bar"></span>
  140. <span class="icon-bar"></span>
  141. <span class="icon-bar"></span>
  142. </button>
  143. <a class="reloadlink navbar-brand" href="">
  144. <img alt="<?php echo I18n::_($NAME); ?>" src="img/icon.svg" width="38" />
  145. </a>
  146. </div>
  147. <div id="navbar" class="navbar-collapse collapse">
  148. <ul class="nav navbar-nav">
  149. <li id="loadingindicator" class="navbar-text hidden">
  150. <span class="glyphicon glyphicon-time" aria-hidden="true"></span>
  151. <?php echo I18n::_('Loading…'), PHP_EOL; ?>
  152. </li>
  153. <li>
  154. <button id="retrybutton" type="button" class="reloadlink hidden btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?> navbar-btn">
  155. <span class="glyphicon glyphicon-repeat" aria-hidden="true"></span> <?php echo I18n::_('Retry'), PHP_EOL; ?>
  156. </button>
  157. </li>
  158. <li>
  159. <?php
  160. if ($isPage):
  161. ?>
  162. <button id="sendbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?> navbar-btn">
  163. <span class="glyphicon glyphicon-upload" aria-hidden="true"></span> <?php echo I18n::_('Send'), PHP_EOL;
  164. else:
  165. ?>
  166. <button id="newbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'default'; ?> navbar-btn">
  167. <span class="glyphicon glyphicon-file" aria-hidden="true"></span> <?php echo I18n::_('New'), PHP_EOL;
  168. endif;
  169. ?>
  170. </button>
  171. <button id="clonebutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'default'; ?> navbar-btn">
  172. <span class="glyphicon glyphicon-duplicate" aria-hidden="true"></span> <?php echo I18n::_('Clone'), PHP_EOL; ?>
  173. </button>
  174. <button id="rawtextbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'default'; ?> navbar-btn">
  175. <span class="glyphicon glyphicon-text-background" aria-hidden="true"></span> <?php echo I18n::_('Raw text'), PHP_EOL; ?>
  176. </button>
  177. <?php
  178. if ($QRCODE):
  179. ?>
  180. <button id="qrcodelink" type="button" data-toggle="modal" data-target="#qrcodemodal" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'default'; ?> navbar-btn">
  181. <span class="glyphicon glyphicon-qrcode" aria-hidden="true"></span> <?php echo I18n::_('QR code'), PHP_EOL; ?>
  182. </button>
  183. <?php
  184. endif;
  185. ?>
  186. </li>
  187. <li class="dropdown">
  188. <select id="pasteExpiration" name="pasteExpiration" class="hidden">
  189. <?php
  190. foreach ($EXPIRE as $key => $value):
  191. ?>
  192. <option value="<?php echo $key; ?>"<?php
  193. if ($key == $EXPIREDEFAULT):
  194. ?> selected="selected"<?php
  195. endif;
  196. ?>><?php echo $value; ?></option>
  197. <?php
  198. endforeach;
  199. ?>
  200. </select>
  201. <a id="expiration" href="#" class="hidden dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Expires'); ?>: <span id="pasteExpirationDisplay"><?php echo $EXPIRE[$EXPIREDEFAULT]; ?></span> <span class="caret"></span></a>
  202. <ul class="dropdown-menu">
  203. <?php
  204. foreach ($EXPIRE as $key => $value):
  205. ?>
  206. <li>
  207. <a href="#" data-expiration="<?php echo $key; ?>">
  208. <?php echo $value, PHP_EOL; ?>
  209. </a>
  210. </li>
  211. <?php
  212. endforeach;
  213. ?>
  214. </ul>
  215. </li>
  216. <?php
  217. if ($isCpct):
  218. ?>
  219. <li id="formatter" class="dropdown">
  220. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Options'); ?> <span class="caret"></span></a>
  221. <ul class="dropdown-menu">
  222. <li id="burnafterreadingoption" class="checkbox hidden">
  223. <label>
  224. <input type="checkbox" id="burnafterreading" name="burnafterreading"<?php
  225. if ($BURNAFTERREADINGSELECTED):
  226. ?> checked="checked"<?php
  227. endif;
  228. ?> />
  229. <?php echo I18n::_('Burn after reading'), PHP_EOL; ?>
  230. </label>
  231. </li>
  232. <?php
  233. if ($DISCUSSION):
  234. ?>
  235. <li id="opendiscussionoption" class="checkbox hidden">
  236. <label>
  237. <input type="checkbox" id="opendiscussion" name="opendiscussion"<?php
  238. if ($OPENDISCUSSION):
  239. ?> checked="checked"<?php
  240. endif;
  241. ?> />
  242. <?php echo I18n::_('Open discussion'), PHP_EOL; ?>
  243. </label>
  244. </li>
  245. <?php
  246. endif;
  247. ?>
  248. <li role="separator" class="divider"></li>
  249. <li>
  250. <div>
  251. <?php echo I18n::_('Format'); ?>: <span id="pasteFormatterDisplay"><?php echo $FORMATTER[$FORMATTERDEFAULT]; ?></span> <span class="caret"></span>
  252. </div>
  253. </li>
  254. <?php
  255. foreach ($FORMATTER as $key => $value):
  256. ?>
  257. <li>
  258. <a href="#" data-format="<?php echo $key; ?>">
  259. <?php echo $value, PHP_EOL; ?>
  260. </a>
  261. </li>
  262. <?php
  263. endforeach;
  264. ?>
  265. </ul>
  266. <select id="pasteFormatter" name="pasteFormatter" class="hidden">
  267. <?php
  268. foreach ($FORMATTER as $key => $value):
  269. ?>
  270. <option value="<?php echo $key; ?>"<?php
  271. if ($key == $FORMATTERDEFAULT):
  272. ?> selected="selected"<?php
  273. endif;
  274. ?>><?php echo $value; ?></option>
  275. <?php
  276. endforeach;
  277. ?>
  278. </select>
  279. </li>
  280. <?php
  281. else:
  282. ?>
  283. <li>
  284. <div id="burnafterreadingoption" class="navbar-text checkbox hidden">
  285. <label>
  286. <input type="checkbox" id="burnafterreading" name="burnafterreading"<?php
  287. if ($BURNAFTERREADINGSELECTED):
  288. ?> checked="checked"<?php
  289. endif;
  290. ?> />
  291. <?php echo I18n::_('Burn after reading'), PHP_EOL; ?>
  292. </label>
  293. </div>
  294. </li>
  295. <?php
  296. if ($DISCUSSION):
  297. ?>
  298. <li>
  299. <div id="opendiscussionoption" class="navbar-text checkbox hidden">
  300. <label>
  301. <input type="checkbox" id="opendiscussion" name="opendiscussion"<?php
  302. if ($OPENDISCUSSION):
  303. ?> checked="checked"<?php
  304. endif;
  305. ?> />
  306. <?php echo I18n::_('Open discussion'), PHP_EOL; ?>
  307. </label>
  308. </div>
  309. </li>
  310. <?php
  311. endif;
  312. endif;
  313. if ($PASSWORD):
  314. ?>
  315. <li>
  316. <div id="password" class="navbar-form hidden">
  317. <input type="password" id="passwordinput" placeholder="<?php echo I18n::_('Password (recommended)'); ?>" class="form-control" size="23" />
  318. </div>
  319. </li>
  320. <?php
  321. endif;
  322. if ($FILEUPLOAD):
  323. ?>
  324. <li id="attach" class="hidden dropdown">
  325. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Attach a file'); ?> <span class="caret"></span></a>
  326. <ul class="dropdown-menu">
  327. <li id="filewrap">
  328. <div>
  329. <input type="file" id="file" name="file" />
  330. </div>
  331. <div id="dragAndDropFileName" class="dragAndDropFile"><?php echo I18n::_('alternatively drag & drop a file or paste an image from the clipboard'); ?></div>
  332. </li>
  333. <li id="customattachment" class="hidden"></li>
  334. <li>
  335. <a id="fileremovebutton" href="#">
  336. <?php echo I18n::_('Remove attachment'), PHP_EOL; ?>
  337. </a>
  338. </li>
  339. </ul>
  340. </li>
  341. <?php
  342. endif;
  343. if (!$isCpct):
  344. ?>
  345. <li class="dropdown">
  346. <select id="pasteFormatter" name="pasteFormatter" class="hidden">
  347. <?php
  348. foreach ($FORMATTER as $key => $value):
  349. ?>
  350. <option value="<?php echo $key; ?>"<?php
  351. if ($key == $FORMATTERDEFAULT):
  352. ?> selected="selected"<?php
  353. endif;
  354. ?>><?php echo $value; ?></option>
  355. <?php
  356. endforeach;
  357. ?>
  358. </select>
  359. <a id="formatter" href="#" class="hidden dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><?php echo I18n::_('Format'); ?>: <span id="pasteFormatterDisplay"><?php echo $FORMATTER[$FORMATTERDEFAULT]; ?></span> <span class="caret"></span></a>
  360. <ul class="dropdown-menu">
  361. <?php
  362. foreach ($FORMATTER as $key => $value):
  363. ?>
  364. <li>
  365. <a href="#" data-format="<?php echo $key; ?>">
  366. <?php echo $value, PHP_EOL; ?>
  367. </a>
  368. </li>
  369. <?php
  370. endforeach;
  371. ?>
  372. </ul>
  373. </li>
  374. <?php
  375. endif;
  376. ?>
  377. </ul>
  378. <ul class="nav navbar-nav pull-right">
  379. <?php
  380. if (strlen($LANGUAGESELECTION)):
  381. ?>
  382. <li id="language" class="dropdown">
  383. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-flag" aria-hidden="true"></span> <?php echo $LANGUAGES[$LANGUAGESELECTION][0]; ?> <span class="caret"></span></a>
  384. <ul class="dropdown-menu">
  385. <?php
  386. foreach ($LANGUAGES as $key => $value):
  387. ?>
  388. <li>
  389. <a href="#" data-lang="<?php echo $key; ?>">
  390. <?php echo $value[0]; ?> (<?php echo $value[1]; ?>)
  391. </a>
  392. </li>
  393. <?php
  394. endforeach;
  395. ?>
  396. </ul>
  397. </li>
  398. <?php
  399. endif;
  400. ?>
  401. <li>
  402. <?php
  403. if ($isPage):
  404. ?>
  405. <button id="newbutton" type="button" class="reloadlink hidden btn btn-<?php echo $isDark ? 'warning' : 'default'; ?> navbar-btn">
  406. <span class="glyphicon glyphicon-file" aria-hidden="true"></span> <?php echo I18n::_('New'), PHP_EOL;
  407. else:
  408. ?>
  409. <button id="sendbutton" type="button" class="hidden btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?> navbar-btn">
  410. <span class="glyphicon glyphicon-upload" aria-hidden="true"></span> <?php echo I18n::_('Send'), PHP_EOL;
  411. endif;
  412. ?>
  413. </button>
  414. </li>
  415. </ul>
  416. </div>
  417. <?php
  418. if ($isCpct):
  419. ?></div><?php
  420. endif;
  421. ?></nav>
  422. <main>
  423. <section class="container">
  424. <?php
  425. if (strlen($NOTICE)):
  426. ?>
  427. <div role="alert" class="alert alert-info">
  428. <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
  429. <?php echo htmlspecialchars($NOTICE), PHP_EOL; ?>
  430. </div>
  431. <?php
  432. endif;
  433. ?>
  434. <div id="remainingtime" role="alert" class="hidden alert alert-info">
  435. <span class="glyphicon glyphicon-fire" aria-hidden="true"></span>
  436. </div>
  437. <?php
  438. if ($FILEUPLOAD):
  439. ?>
  440. <div id="attachment" role="alert" class="hidden alert alert-info">
  441. <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span>
  442. <a class="alert-link"><?php echo I18n::_('Download attachment'), PHP_EOL; ?></a>
  443. </div>
  444. <?php
  445. endif;
  446. ?>
  447. <div id="status" role="alert" class="statusmessage alert alert-info<?php echo empty($STATUS) ? ' hidden' : '' ?>">
  448. <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
  449. <?php echo htmlspecialchars($STATUS), PHP_EOL; ?>
  450. </div>
  451. <div id="errormessage" role="alert" class="statusmessage<?php echo empty($ERROR) ? ' hidden' : '' ?> alert alert-danger">
  452. <span class="glyphicon glyphicon-alert" aria-hidden="true"></span>
  453. <?php echo htmlspecialchars($ERROR), PHP_EOL; ?>
  454. </div>
  455. <noscript>
  456. <div id="noscript" role="alert" class="nonworking alert alert-<?php echo $isDark ? 'error' : 'warning'; ?>">
  457. <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
  458. <?php echo I18n::_('JavaScript is required for %s to work.<br />Sorry for the inconvenience.', I18n::_($NAME)), PHP_EOL; ?>
  459. </div>
  460. </noscript>
  461. <div id="oldienotice" role="alert" class="hidden nonworking alert alert-danger">
  462. <span class="glyphicon glyphicon-alert" aria-hidden="true"></span>
  463. <?php echo I18n::_('%s requires a modern browser to work.', I18n::_($NAME)), PHP_EOL; ?>
  464. </div>
  465. <div id="ienotice" role="alert" class="hidden alert alert-<?php echo $isDark ? 'error' : 'warning'; ?>">
  466. <span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span>
  467. <?php echo I18n::_('Still using Internet Explorer? Do yourself a favor, switch to a modern browser:'), PHP_EOL; ?>
  468. <a href="https://www.mozilla.org/firefox/">Firefox</a>,
  469. <a href="https://www.opera.com/">Opera</a>,
  470. <a href="https://www.google.com/chrome">Chrome</a>…
  471. </div>
  472. <div id="pastesuccess" role="alert" class="hidden alert alert-success">
  473. <span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
  474. <div id="deletelink"></div>
  475. <div id="pastelink"></div>
  476. <?php
  477. if (strlen($URLSHORTENER)):
  478. ?>
  479. <button id="shortenbutton" data-shortener="<?php echo htmlspecialchars($URLSHORTENER); ?>" type="button" class="btn btn-<?php echo $isDark ? 'warning' : 'primary'; ?>">
  480. <span class="glyphicon glyphicon-send" aria-hidden="true"></span> <?php echo I18n::_('Shorten URL'), PHP_EOL; ?>
  481. </button>
  482. <?php
  483. endif;
  484. ?>
  485. </div>
  486. <ul id="editorTabs" class="nav nav-tabs hidden">
  487. <li role="presentation" class="active"><a id="messageedit" href="#"><?php echo I18n::_('Editor'); ?></a></li>
  488. <li role="presentation"><a id="messagepreview" href="#"><?php echo I18n::_('Preview'); ?></a></li>
  489. </ul>
  490. </section>
  491. <section class="container">
  492. <article class="row">
  493. <div id="placeholder" class="col-md-12 hidden"><?php echo I18n::_('+++ no paste text +++'); ?></div>
  494. <div id="attachmentPreview" class="col-md-12 text-center hidden"></div>
  495. <div id="prettymessage" class="col-md-12 hidden">
  496. <pre id="prettyprint" class="col-md-12 prettyprint linenums:1"></pre>
  497. </div>
  498. <div id="plaintext" class="col-md-12 hidden"></div>
  499. <p class="col-md-12"><textarea id="message" name="message" cols="80" rows="25" class="form-control hidden"></textarea></p>
  500. </article>
  501. </section>
  502. <section class="container">
  503. <div id="discussion" class="hidden">
  504. <h4><?php echo I18n::_('Discussion'); ?></h4>
  505. <div id="commentcontainer"></div>
  506. </div>
  507. </section>
  508. <section class="container">
  509. <div id="noscript" role="alert" class="nonworking alert alert-info noscript-hide">
  510. <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
  511. <?php echo I18n::_('Loading…'); ?><br />
  512. <span class="small"><?php echo I18n::_('In case this message never disappears please have a look at <a href="https://github.com/PrivateBin/PrivateBin/wiki/FAQ#why-does-not-the-loading-message-go-away">this FAQ for information to troubleshoot</a>.'); ?></span>
  513. </div>
  514. </section>
  515. <footer class="container">
  516. <div class="row">
  517. <h4 class="col-md-5 col-xs-8"><?php echo I18n::_($NAME); ?> <small>- <?php echo I18n::_('Because ignorance is bliss'); ?></small></h4>
  518. <p class="col-md-1 col-xs-4 text-center"><?php echo $VERSION; ?></p>
  519. <p id="aboutbox" class="col-md-6 col-xs-12">
  520. <?php echo I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted <i>in the browser</i> using 256 bits AES. More information on the <a href="https://privatebin.info/">project page</a>.', I18n::_($NAME)), PHP_EOL; ?>
  521. </p>
  522. </div>
  523. </footer>
  524. </main>
  525. <?php
  526. if ($DISCUSSION):
  527. ?>
  528. <div id="serverdata" class="hidden" aria-hidden="true">
  529. <div id="templates">
  530. <article id="commenttemplate" class="comment"><div class="commentmeta"><span class="nickname">name</span><span class="commentdate">0000-00-00</span></div><div class="commentdata">c</div><button class="btn btn-default btn-sm"><?php echo I18n::_('Reply'); ?></button></article>
  531. <p id="commenttailtemplate" class="comment"><button class="btn btn-default btn-sm"><?php echo I18n::_('Add comment'); ?></button></p>
  532. <div id="replytemplate" class="reply hidden"><input type="text" id="nickname" class="form-control" title="<?php echo I18n::_('Optional nickname…'); ?>" placeholder="<?php echo I18n::_('Optional nickname…'); ?>" /><textarea id="replymessage" class="replymessage form-control" cols="80" rows="7"></textarea><br /><div id="replystatus" role="alert" class="statusmessage hidden alert"><span class="glyphicon" aria-hidden="true"></span> </div><button id="replybutton" class="btn btn-default btn-sm"><?php echo I18n::_('Post comment'); ?></button></div>
  533. </div>
  534. </div>
  535. <?php
  536. endif;
  537. ?>
  538. </body>
  539. </html>