bootstrap.php 22 KB

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