|
57 | 57 |
|
58 | 58 | </li> |
59 | 59 | <li class="dropdown"> |
60 | | - <a class="glyphicon glyphicon-option-vertical" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"></a> |
| 60 | + <a class="glyphicon glyphicon-option-vertical" class="dropdown-toggle" data-toggle="dropdown" |
| 61 | + role="button" aria-expanded="false"></a> |
61 | 62 | <ul class="dropdown-menu" role="menu"> |
62 | 63 | <li><a href="#" class="active">Default Theme</a></li> |
63 | 64 | </ul> |
|
81 | 82 | <div class="modal-content"> |
82 | 83 | <div class="modal-header"> |
83 | 84 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
84 | | - <h4 class="modal-title">About Me</h4> |
| 85 | + <h4 class="modal-title">About {{ bot_name }}</h4> |
85 | 86 | </div> |
86 | 87 | <div class="modal-body"> |
87 | | - <p><strong>{{ bot_name }}</strong> is running version <strong>{{ bot_version }}</strong> of CloudBot. |
| 88 | + <p><strong>{{ bot_name }}</strong> is powered by CloudBot (<strong>{{ bot_version }}</strong>), the fast, simple, open-source Python |
| 89 | + IRC bot. CloudBot source code is available on <a href="https://github.com/CloudBotIRC/CloudBot/">the official Github</a>. |
88 | 90 | </p> |
| 91 | + <!-- |
| 92 | + <p> |
| 93 | + Put your own stuff here. |
| 94 | + </p> |
| 95 | + --> |
| 96 | + <pre class="pre-scrollable" style="max-height: 200px;">CloudBot |
| 97 | +Copyright © 2011-2015 Luke Rogers / CloudBot Project |
| 98 | + |
| 99 | +CloudBot is free software: you can redistribute it and/or modify |
| 100 | +it under the terms of the GNU General Public License as published by |
| 101 | +the Free Software Foundation, either version 3 of the License, or |
| 102 | +(at your option) any later version. |
| 103 | + |
| 104 | +CloudBot is distributed in the hope that it will be useful, |
| 105 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 106 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 107 | +GNU General Public License for more details. |
| 108 | + |
| 109 | +You should have received a copy of the GNU General Public License |
| 110 | +along with CloudBot. If not, see <<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</pre> |
89 | 111 | </div> |
90 | 112 | <div class="modal-footer"> |
91 | 113 | <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
|
0 commit comments