You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/23 12:04:33 UTC

svn commit: r1668591 - in /steve/trunk/pysteve/www/htdocs/admin: close.html reopen.html

Author: humbedooh
Date: Mon Mar 23 11:04:33 2015
New Revision: 1668591

URL: http://svn.apache.org/r1668591
Log:
forgot to add html for close/reopen, oops

Added:
    steve/trunk/pysteve/www/htdocs/admin/close.html
    steve/trunk/pysteve/www/htdocs/admin/reopen.html

Added: steve/trunk/pysteve/www/htdocs/admin/close.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/close.html?rev=1668591&view=auto
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/close.html (added)
+++ steve/trunk/pysteve/www/htdocs/admin/close.html Mon Mar 23 11:04:33 2015
@@ -0,0 +1,28 @@
+ <!DOCTYPE HTML>
+<html>
+<head>
+<link rel="stylesheet" href="/css/steve_interactive.css">
+<link rel="stylesheet" href="/css/jquery-ui.css">
+<script src="/js/steve_rest.js" type="text/javascript"></script>
+<script src="/js/jquery.js" type="text/javascript"></script>
+<script src="/js/jquery-ui.js" type="text/javascript"></script>
+<title>Close election</title>
+</head>
+<body>
+    <div id="popups"></div>
+    <p style="text-align: center;">
+        <img src="/images/steve_logo.png"/>
+    </p>
+<div class="formbox">
+    <a href="javascript:void(location.href='edit_election.html'+(document.location.search.split('/'))[0]);" class="btn">Back to election editing front page</a>
+<h2 id="title">Close election:</h2>
+
+<p style="text-align: center;">
+    Are you sure you wish to mark this elecion as closed?
+    If you do, no further votes can be cast!<br/><br/><br/><br/>
+    <a href="javascript:void(closeElection());" class="btn-red">Close election!</a>
+</p>
+
+</div>
+</body>
+</html>
\ No newline at end of file

Added: steve/trunk/pysteve/www/htdocs/admin/reopen.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/reopen.html?rev=1668591&view=auto
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/reopen.html (added)
+++ steve/trunk/pysteve/www/htdocs/admin/reopen.html Mon Mar 23 11:04:33 2015
@@ -0,0 +1,28 @@
+ <!DOCTYPE HTML>
+<html>
+<head>
+<link rel="stylesheet" href="/css/steve_interactive.css">
+<link rel="stylesheet" href="/css/jquery-ui.css">
+<script src="/js/steve_rest.js" type="text/javascript"></script>
+<script src="/js/jquery.js" type="text/javascript"></script>
+<script src="/js/jquery-ui.js" type="text/javascript"></script>
+<title>Reopen election</title>
+</head>
+<body>
+    <div id="popups"></div>
+    <p style="text-align: center;">
+        <img src="/images/steve_logo.png"/>
+    </p>
+<div class="formbox">
+    <a href="javascript:void(location.href='edit_election.html'+(document.location.search.split('/'))[0]);" class="btn">Back to election editing front page</a>
+<h2 id="title">Reopen election:</h2>
+
+<p style="text-align: center;">
+    Are you sure you wish to mark this elecion as reopened?
+    <br/><br/><br/><br/>
+    <a href="javascript:void(closeElection(true));" class="btn-green">Reopen election!</a>
+</p>
+
+</div>
+</body>
+</html>
\ No newline at end of file