git-contest 0.0.3 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +13 -5
  2. data/.travis.yml +1 -0
  3. data/LICENSE.txt +1 -1
  4. data/README.md +22 -25
  5. data/bin/git-contest +2 -2
  6. data/bin/git-contest-finish +2 -2
  7. data/bin/git-contest-init +2 -2
  8. data/bin/git-contest-rebase +2 -2
  9. data/bin/git-contest-start +2 -2
  10. data/bin/git-contest-submit +34 -17
  11. data/git-contest.gemspec +2 -2
  12. data/lib/contest/driver.rb +3 -0
  13. data/lib/contest/driver/aizu_online_judge.rb +12 -12
  14. data/lib/contest/driver/base.rb +44 -19
  15. data/lib/contest/driver/codeforces.rb +21 -15
  16. data/lib/contest/driver/common.rb +21 -5
  17. data/lib/contest/driver/driver_event.rb +1 -1
  18. data/lib/contest/driver/kattis.rb +168 -0
  19. data/lib/contest/driver/uva_online_judge.rb +14 -11
  20. data/lib/git/contest/version.rb +2 -2
  21. data/spec/bin/t004_git_contest_submit_spec.rb +143 -69
  22. data/spec/lib/contest/driver/t001_aizu_online_judge_spec.rb +46 -29
  23. data/spec/lib/contest/driver/t002_codeforces_spec.rb +185 -20
  24. data/spec/lib/contest/driver/t003_uva_online_judge_spec.rb +157 -10
  25. data/spec/lib/contest/driver/t010_kattis_spec.rb +207 -0
  26. data/spec/mock/default_config/plugins/driver_dummy.rb +31 -11
  27. data/spec/mock/t002/codeforces_after_submit.html +45 -0
  28. data/spec/mock/t002/codeforces_enter.html +67 -0
  29. data/spec/mock/t002/codeforces_submit.html +110 -0
  30. data/spec/mock/t002/codeforces_wait_result.html +58 -0
  31. data/spec/mock/t003/uva_after_quick_submit.html +17 -0
  32. data/spec/mock/t003/uva_home.html +39 -0
  33. data/spec/mock/t003/uva_my_submissions.html +111 -0
  34. data/spec/mock/t003/uva_quick_submit.html +67 -0
  35. data/spec/mock/t010/open_kattis_com_login.html +20 -0
  36. data/spec/mock/t010/open_kattis_com_submit.html +54 -0
  37. data/spec/mock/t010/open_kattis_com_user_submissions.html +28 -0
  38. data/spec/mock/t010/user_submission_111111.html +30 -0
  39. data/spec/mock/t010/user_submission_222222.html +79 -0
  40. data/spec/mock/t010/user_submissions.html +39 -0
  41. metadata +58 -27
@@ -0,0 +1,45 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
+ <html>
3
+ <body>
4
+ <div class="datatable" style="background-color: #E1E1E1;padding-bottom:3px;">
5
+ <div style="background-color: white;margin:0.3em 3px 0 3px;position:relative;">
6
+ <table class="status-frame-datatable">
7
+ <tr class="first-row">
8
+ <th style="width:6em;">#</th>
9
+ <th>When</th>
10
+ <th style="text-align:left;">Who</th>
11
+ <th>Problem</th>
12
+ <th>Lang</th>
13
+ <th>Verdict</th>
14
+ <th>Time</th>
15
+ <th>Memory</th>
16
+ </tr>
17
+ <tr data-submission-id="999999">
18
+ <td><a class="view-source" title="Source" href="#" submissionId="999999">999999</a></td>
19
+ <td class="status-small">
20
+ Jan 1, 2014 0:00:00 AM
21
+ </td>
22
+ <td class="status-party-cell" data-participantId="888">
23
+ <a href="/profile/test_user" title="Unrated, test_user" class="rated-user user-black">test_user</a> </td>
24
+ <td class="status-small" data-problemId="999">
25
+ <a href="/problemset/problem/11111/A">
26
+ 11111A - Problem Name
27
+ </a>
28
+ </td>
29
+ <td>
30
+ PHP
31
+ </td>
32
+ <td class="status-cell status-small status-verdict-cell" submissionId="999999" >
33
+ <span class='verdict-waiting'>Running on test <span class="verdict-format-judged">1</span></span>
34
+ </td>
35
+ <td class="time-consumed-cell">
36
+ 0 ms
37
+ </td>
38
+ <td class="memory-consumed-cell">
39
+ 0 KB
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </div>
44
+ </body>
45
+ </html>
@@ -0,0 +1,67 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
+ <html>
3
+ <head>
4
+ </head>
5
+ <body>
6
+ <div style="position: relative;">
7
+ <div id="content">
8
+ <div>
9
+ <h5>Fill in the form to login into Codeforces.</h5>
10
+ You can use <a href="enter/OpenID">OpenID</a> or <a href="enter/Gmail">Gmail</a> as an alternative way to enter.
11
+ <div class="roundbox " style="width: 30em;margin: 2em auto;">
12
+ <div class="roundbox-lt">&nbsp;</div>
13
+ <div class="roundbox-rt">&nbsp;</div>
14
+ <div class="caption titled">
15
+ Login into Codeforces
16
+ <div class="top-links">
17
+ </div>
18
+ </div>
19
+ <form method="post" action="">
20
+ <input type='hidden' name='csrf_token' value='dummy_token'/>
21
+ <table class="table-form">
22
+ <input type="hidden" name="action" value="enter"/>
23
+ <tr>
24
+ <td class="field-name">Handle</td><td><input style="width: 15em;" name="handle" value=""/></td>
25
+ </tr>
26
+ <tr>
27
+ <td class="field-name">Password</td><td><input style="width: 15em;" name="password" type="password" value=""/></td>
28
+ </tr>
29
+ <tr>
30
+ <td>&nbsp;</td>
31
+ <td valign="middle">
32
+ <label style="font-size:11px;">
33
+ <input style="position:relative;top:0.25em;" type="checkbox" name="remember"/>
34
+ Remember me for a month
35
+ </label>
36
+ </td>
37
+ </tr>
38
+ <tr>
39
+ <td colspan="2">
40
+ <div style="text-align: center;"><input class="submit" type="submit" value="Login"/></div>
41
+ <div style="text-align:right;font-size:11px;">
42
+ <a href="/passwordRecovery">Forgot your password?</a>
43
+ </div>
44
+ </td>
45
+ </tr>
46
+ </table>
47
+ </form>
48
+ <div class="bottom-links">
49
+ <table style="width:100%;">
50
+ <tbody>
51
+ <tr>
52
+ <td style="text-align:left;">
53
+ </td>
54
+ <td style="text-align:right;">
55
+ <a href="/enter/OpenID">Use OpenID</a> |
56
+ <a href="/enter/Gmail" class="useGmailLink">Use Gmail</a>
57
+ </td>
58
+ </tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </body>
67
+ </html>
@@ -0,0 +1,110 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
+ <html>
3
+ <body>
4
+ <div id="content" class="content-with-sidebar">
5
+ <form class="submit-form" method="post" action="?csrf_token=dummy" enctype="multipart/form-data">
6
+ <input type='hidden' name='csrf_token' value='dummy'/>
7
+ <input type="hidden" name="action" value="submitSolutionFormSubmitted"/>
8
+ <input type="hidden" name="contestId" value="11111"/>
9
+ <table class="table-form" style="width:90%;">
10
+ <tr>
11
+ <td class="field-name">Problem:</td>
12
+ <td>
13
+ <input type="hidden" name="submittedProblemIndex" value="A"/>
14
+ 11111A - Problem Name
15
+ </td>
16
+ </tr>
17
+ <tr class="subscription-row">
18
+ <td>&nbsp;</td>
19
+ <td>
20
+ <div class="shiftUp error__submittedProblemIndex" style="width: 300px;">
21
+ <span class="error for__submittedProblemIndex" style="display:none;">&nbsp;</span>
22
+ <span class="notice for__submittedProblemIndex">&nbsp;</span>
23
+ </div>
24
+ </td>
25
+ </tr>
26
+
27
+ <tr>
28
+ <td class="field-name">Language:</td>
29
+ <td>
30
+ <select style="width: 300px;" name="programTypeId">
31
+ <option value="10">GNU C 4</option>
32
+ <option value="1"
33
+ selected="true">GNU C++ 4.7</option>
34
+ <option value="16"
35
+ >GNU C++0x 4</option>
36
+ <option value="2"
37
+ >Microsoft Visual C++ 2010</option>
38
+ <option value="9"
39
+ >C# Mono 2.10</option>
40
+ <option value="29"
41
+ >MS C# .NET 4</option>
42
+ <option value="28"
43
+ >D DMD32 Compiler v2</option>
44
+ <option value="32"
45
+ >Go 1.2</option>
46
+ <option value="12"
47
+ >Haskell GHC 7.6</option>
48
+ <option value="5"
49
+ >Java 6</option>
50
+ <option value="23"
51
+ >Java 7</option>
52
+ <option value="19"
53
+ >OCaml 4</option>
54
+ <option value="3"
55
+ >Delphi 7</option>
56
+ <option value="4"
57
+ >Free Pascal 2</option>
58
+ <option value="13"
59
+ >Perl 5.12</option>
60
+ <option value="6"
61
+ >PHP 5.3</option>
62
+ <option value="7"
63
+ >Python 2.7</option>
64
+ <option value="31"
65
+ >Python 3.3</option>
66
+ <option value="8"
67
+ >Ruby 2</option>
68
+ <option value="20"
69
+ >Scala 2.10</option>
70
+ <option value="34"
71
+ >JavaScript V8 3</option>
72
+ </select>
73
+ </td>
74
+ </tr>
75
+
76
+ <tr>
77
+ <td class="field-name">Source code:</td>
78
+ <td>
79
+ <textarea id="sourceCodeTextarea" name="source" style="width: 100%; height: 300px;"></textarea>
80
+ </td>
81
+ </tr>
82
+
83
+ <tr>
84
+ <td class="field-name">Or choose file:</td>
85
+ <td>
86
+ <input name="sourceFile" type="file" value=""/>
87
+ </td>
88
+ </tr>
89
+
90
+ <tr>
91
+ <td class="field-name">&nbsp;</td>
92
+ <td>
93
+ <div style="font-size: 11px; width: 100%;">
94
+ Be careful: there is 50 points penalty for submission which fails the pretests or resubmission (except failure on the first test, denial of judgement or similar verdicts). "Passed pretests" submission verdict doesn't guarantee that the solution is absolutely correct and it will pass system tests.
95
+ </div>
96
+ </td>
97
+ </tr>
98
+
99
+ <tr>
100
+ <td colspan="2">
101
+ <div style="text-align: center;">
102
+ <input class="submit" type="submit" value="Submit"/>
103
+ </div>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </form>
108
+ </div>
109
+ </body>
110
+ </html>
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
+ <html>
3
+ <body>
4
+ <div id="body">
5
+ <div id="content" class="content-with-sidebar">
6
+ <div class="second-level-menu">
7
+ <ul class="second-level-menu-list">
8
+ <li><a href="/contest/11111">Problems</a></li>
9
+ <li><a href="/contest/11111/submit">Submit</a></li>
10
+ <li class="current"><a href="/contest/11111/my">My submissions</a></li>
11
+ <li><a href="/contest/11111/status">Status</a></li>
12
+ <li><a href="/contest/11111/hacks">Hacks</a></li>
13
+ <li><a href="/contest/11111/room/0">Room</a></li>
14
+ <li><a target="blank" href="/contest/11111/standings">Standings</a></li>
15
+ <li><a href="/contest/11111/customtest">Custom test</a></li>
16
+ </ul>
17
+ </div>
18
+ <div class="datatable" style="background-color: #E1E1E1;padding-bottom:3px;">
19
+ <div style="background-color: white;margin:0.3em 3px 0 3px;position:relative;">
20
+ <table class="status-frame-datatable">
21
+ <tr class="first-row">
22
+ <th style="width:6em;">#</th>
23
+ <th>When</th>
24
+ <th style="text-align:left;">Who</th>
25
+ <th>Problem</th>
26
+ <th>Lang</th>
27
+ <th>Verdict</th>
28
+ <th>Time</th>
29
+ <th>Memory</th>
30
+ </tr>
31
+ <tr data-submission-id="1111111">
32
+ <td><a class="view-source" title="Source" href="#" submissionId="1111111">1111111</a></td>
33
+ <td class="status-small">Sep 1, 2001 10:00:00 AM</td>
34
+ <td class="status-party-cell" data-participantId="33333">
35
+ <td class="status-small" data-problemId="2235"><a href="/contest/11111/problem/A">A - Buggy Sorting</a></td>
36
+ <td>Ruby</td>
37
+ <td class="status-cell status-small status-verdict-cell" submissionId="1111111" waiting="false"><span class='verdict-accepted'>Wrong Answer</span></td>
38
+ <td class="time-consumed-cell">10 ms</td>
39
+ <td class="memory-consumed-cell">10 KB</td>
40
+ </tr>
41
+ <tr data-submission-id="999999">
42
+ <td><a class="view-source" title="Source" href="#" submissionId="999999">999999</a></td>
43
+ <td class="status-small">Sep 1, 2001 10:00:00 AM</td>
44
+ <td class="status-party-cell" data-participantId="33333">
45
+ <td class="status-small" data-problemId="2235"><a href="/contest/11111/problem/A">A - Buggy Sorting</a></td>
46
+ <td>Ruby</td>
47
+ <td class="status-cell status-small status-verdict-cell" submissionId="999999" waiting="false"><span class='verdict-accepted'>Accepted</span></td>
48
+ <td class="time-consumed-cell">10 ms</td>
49
+ <td class="memory-consumed-cell">10 KB</td>
50
+ </tr>
51
+ </table>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </body>
58
+ </html>
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <body>
4
+ <div id="main">
5
+ <div id="col3">
6
+ <div id="col3_content" class="clearfix">
7
+ <div id="col3_content_wrapper" class="floatbox">
8
+ <a id="content" name="content"></a>
9
+ <div class="message">Submission received with ID 333333</div>
10
+ <div class="componentheading">Quick Submit</div>
11
+ <h1></h1>
12
+ </div>
13
+ </div>
14
+ </div>
15
+ </div>
16
+ </body>
17
+ </html>
@@ -0,0 +1,39 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <body>
4
+ <div id="page_margins">
5
+ <div id="page" class="hold_floats">
6
+ <div id="main">
7
+ <div id="col1">
8
+ <div id="col1_content" class="clearfix">
9
+ <div class="moduletable">
10
+ <h3>Login</h3>
11
+ <form action="http://uva.onlinejudge.org/index.php?option=com_comprofiler&amp;task=login" method="post" id="mod_loginform" style="margin:0px;">
12
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="mod_login">
13
+ <tr><td><span id="mod_login_usernametext"><label for="mod_login_username">Username</label></span><br />
14
+ <input type="text" name="username" id="mod_login_username" class="inputbox" size="10" /><br />
15
+ <span id="mod_login_passwordtext"><label for="mod_login_password">Password</label></span><br />
16
+ <span><input type="password" name="passwd" id="mod_login_password" class="inputbox" size="10" /></span><br />
17
+ <input type="hidden" name="op2" value="login" />
18
+ <input type="hidden" name="lang" value="english" />
19
+ <input type="hidden" name="force_session" value="1" />
20
+ <input type="hidden" name="return" value="dummy" />
21
+ <input type="hidden" name="message" value="0" />
22
+ <input type="hidden" name="loginfrom" value="loginmodule" />
23
+ <input type="hidden" name="cbsecuritym3" value="dummy" />
24
+ <input type="hidden" name="dummya" value="1" />
25
+ <input type="checkbox" name="remember" id="mod_login_remember" value="yes" />
26
+ <span id="mod_login_remembermetext"><label for="mod_login_remember">Remember me</label></span><br />
27
+ <input type="submit" name="Submit" class="button" value="Login" /></td></tr>
28
+ <tr><td><a href="http://uva.onlinejudge.org/index.php?option=com_comprofiler&amp;task=lostPassword" class="mod_login">Forgot login?</a></td></tr>
29
+ <tr><td>No account yet? <a href="http://uva.onlinejudge.org/index.php?option=com_comprofiler&amp;task=registers" class="mod_login">Register</a></td></tr>
30
+ </table>
31
+ </form>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </body>
39
+ </html>
@@ -0,0 +1,111 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <body>
4
+ <div id="page_margins">
5
+ <div id="main">
6
+ <!-- #col3: Main Content -->
7
+ <div id="col3">
8
+ <div id="col3_content" class="clearfix">
9
+ <div id="col3_content_wrapper" class="floatbox">
10
+ <a id="content" name="content"></a>
11
+ <div class="componentheading" style="margin-bottom:20px;">My Submissions</div>
12
+ <table cellpadding="4" cellspacing="0" border="0" width="100%">
13
+ <tr class="sectiontableheader">
14
+ <td width="2%" class="title">#</td>
15
+ <td width="2%" class="title"/>
16
+ <td width="20%" class="title">Problem</td>
17
+ <td width="5%" class="title">Verdict</td>
18
+ <td width="5%" class="title">Language</td>
19
+ <td width="5%" class="title">Run Time</td>
20
+ <!-- <td width="5%" class="title">Memory Used</td> -->
21
+ <td width="10%" class="title">Submission Date</td>
22
+ </tr>
23
+ <tr class="sectiontableentry1">
24
+ <td>300000</td>
25
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=940">999</a></td>
26
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=940">Book signatures</a></td>
27
+ <td> <a href="index.php?option=com_onlinejudge&amp;Itemid=9&amp;page=show_compilationerror&submission=12500129">Compilation error</a> </td>
28
+ <td>C++</td>
29
+ <td>0.000</td>
30
+ <!-- <td></td>-->
31
+ <td>2013-10-14 13:20:45</td>
32
+ </tr>
33
+ <tr class="sectiontableentry2">
34
+ <td>12500118</td>
35
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=829">888</a></td>
36
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=829">Donkey</a></td>
37
+ <td>Sent to judge</td>
38
+ <td>C++</td>
39
+ <td>0.000</td>
40
+ <!-- <td></td>-->
41
+ <td>2013-10-14 13:19:50</td>
42
+ </tr>
43
+ <tr class="sectiontableentry1">
44
+ <td>99999</td>
45
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=940">999</a></td>
46
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=940">Book signatures</a></td>
47
+ <td> <a href="index.php?option=com_onlinejudge&amp;Itemid=9&amp;page=show_compilationerror&submission=12500108">Compilation error</a> </td>
48
+ <td>C++</td>
49
+ <td>0.000</td>
50
+ <!-- <td></td>-->
51
+ <td>2013-10-14 13:18:15</td>
52
+ </tr>
53
+ <tr class="sectiontableentry2">
54
+ <td>12500010</td>
55
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=41">105</a></td>
56
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=41">The Skyline Problem</a></td>
57
+ <td> <a href="index.php?option=com_onlinejudge&amp;Itemid=9&amp;page=show_compilationerror&submission=12500010">Compilation error</a> </td>
58
+ <td>ANSI C</td>
59
+ <td>0.000</td>
60
+ <!-- <td></td>-->
61
+ <td>2013-10-14 13:03:48</td>
62
+ </tr>
63
+ <tr class="sectiontableentry1">
64
+ <td>12499991</td>
65
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=39">103</a></td>
66
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=39">Stacking Boxes</a></td>
67
+ <td> <a href="index.php?option=com_onlinejudge&amp;Itemid=9&amp;page=show_compilationerror&submission=12499991">Compilation error</a> </td>
68
+ <td>C++</td>
69
+ <td>0.000</td>
70
+ <!-- <td></td>-->
71
+ <td>2013-10-14 13:01:15</td>
72
+ </tr>
73
+ <tr class="sectiontableentry2">
74
+ <td>12499981</td>
75
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=37">101</a></td>
76
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=37">The Blocks Problem</a></td>
77
+ <td> <a href="index.php?option=com_onlinejudge&amp;Itemid=9&amp;page=show_compilationerror&submission=12499981">Compilation error</a> </td>
78
+ <td>C++</td>
79
+ <td>0.000</td>
80
+ <!-- <td></td>-->
81
+ <td>2013-10-14 13:00:21</td>
82
+ </tr>
83
+ <tr class="sectiontableentry1">
84
+ <td>333333</td>
85
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=36">100</a></td>
86
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=36">The 3n + 1 problem</a></td>
87
+ <td>Wrong answer</td>
88
+ <td>C++</td>
89
+ <td>0.019</td>
90
+ <!-- <td></td>-->
91
+ <td>2013-10-14 12:50:50</td>
92
+ </tr>
93
+ <tr class="sectiontableentry2">
94
+ <td>12499691</td>
95
+ <td align="right"><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=36">100</a></td>
96
+ <td><a href="index.php?option=com_onlinejudge&amp;Itemid=8&amp;page=show_problem&amp;problem=36">The 3n + 1 problem</a></td>
97
+ <td>Wrong answer</td>
98
+ <td>C++</td>
99
+ <td>0.016</td>
100
+ <!-- <td></td>-->
101
+ <td>2013-10-14 12:01:08</td>
102
+ </tr>
103
+ </table>
104
+ </div>
105
+ </div>
106
+ </div>
107
+ </div>
108
+ </div>
109
+ </div>
110
+ </body>
111
+ </html>