bootstrap.php 22 KB

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