Skip to content

Commit

Permalink
slight tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shou Ya committed Oct 8, 2012
1 parent 7ef9ab6 commit de3766a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Thumbs.db

Binary file removed client/img/Thumbs.db
Binary file not shown.
16 changes: 9 additions & 7 deletions client/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function detect_ie(){



?><!DOCTYPE html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -102,11 +102,13 @@ function detect_ie(){
<p>Click "Book Meal" to start the booking process.</p>
<p>If you want to delete a card, just click on the "Delete" button next to the card info.</p>
<p style="font-style: italic;">Did you know? This tool is an <a href="https://github.com/shouya/bookmeal">open source project.</a></p>
<hr />
<p>Client by <a href="//rixtox.com/">RixTox</a></p>
<p>Server by <a href="//github.com/shouya">Shou Ya</a></p>
</div>
<ul>
<p style="border-top: 1px dotted gray; padding-top: 5px;">
<small>Client by <a href="//rixtox.com/">RixTox</a> &bull;
Server by <a href="//github.com/shouya">Shou Ya</a></small>
</p>
</div>

<ul>
<!-- <li><a href="javascript:void(0)" class="btn_add_card">Add Card</a></li> -->
<?php if($forum_is_login){?>
<li><a href="javascript:void(0)" class="btn_save">Save</a></li>
Expand All @@ -128,7 +130,7 @@ function detect_ie(){
</table>
</div>
<div id="footer">
<p>Copyright &copy; 2012, <a href="//bgy.xxx" title="Forum homepage">CGS Forum.</a></p>
<p>Copyright &copy; 2012, Shou & Rix</p>
</div>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion client/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var card_row_count = 0,
notice_table = {
not_login: {
type: 'general_notice',
message: '<p>Please login first!</p>',
message: '<p>Login is suggested.</p>',
style: 'common',
delay: 3000
},
Expand Down

0 comments on commit de3766a

Please sign in to comment.