bootstrap.php 23 KB

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