Skip to content

Commit

Permalink
Link to new home of Sharif-Judge
Browse files Browse the repository at this point in the history
  • Loading branch information
ayenz committed Feb 1, 2018
1 parent 40f3c26 commit 726ef16
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions application/views/pages/admin/add_assignment.twig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

{% block title_menu %}
<span class="title_menu_item">
<a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md" target="_blank"><i class="fa fa-question-circle color1"></i> Help</a>
<a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md" target="_blank"><i class="fa fa-question-circle color1"></i> Help</a>
</span>
{% endblock %}

Expand Down Expand Up @@ -132,7 +132,7 @@
<p class="input_p clear">
<label for="form_tests_desc">Tests and Descriptions (zip file)<br>
<span class="form_comment">
<a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/tests_structure.md" target="_blank">Use this structure</a>
<a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/tests_structure.md" target="_blank">Use this structure</a>
</span>
</label>
<input id="form_tests_desc" type="file" name="tests_desc" class="sharif_input medium"/>
Expand Down Expand Up @@ -172,7 +172,7 @@
{{ form_error('archived_assignment', '<div class="shj_error">', '</div>') }}
</p>
<p class="input_p">
<label for="form_late_rule">Coefficient rule (<a target="_blank" href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md#coefficient-rule">?</a>)</label><br>
<label for="form_late_rule">Coefficient rule (<a target="_blank" href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md#coefficient-rule">?</a>)</label><br>
<span class="form_comment medium clear" style="display: block;">PHP script without &lt;?php ?&gt; tags</span>
<textarea id="form_late_rule" name="late_rule" rows="20" class="sharif_input add_text">{{ edit ? edit_assignment.late_rule : set_value('late_rule', default_late_rule) }}</textarea>
{{ form_error('late_rule', '<div class="shj_error">', '</div>') }}
Expand All @@ -187,10 +187,10 @@
<th rowspan="2">Score</th>
<th colspan="3" style="border-bottom: 1px solid #BDBDBD">Time Limit (ms)</th>
<th rowspan="2">Memory<br>Limit (kB)</th>
<th rowspan="2">Allowed<br>Languages (<a target="_blank" href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md#allowed-languages">?</a>)</th>
<th rowspan="2">Diff<br>Command (<a target="_blank" href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md#diff-command">?</a>)</th>
<th rowspan="2">Diff<br>Argument (<a target="_blank" href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md#diff-arguments">?</a>)</th>
<th rowspan="2">Upload<br>Only (<a target="_blank" href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/add_assignment.md#upload-only">?</a>)</th>
<th rowspan="2">Allowed<br>Languages (<a target="_blank" href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md#allowed-languages">?</a>)</th>
<th rowspan="2">Diff<br>Command (<a target="_blank" href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md#diff-command">?</a>)</th>
<th rowspan="2">Diff<br>Argument (<a target="_blank" href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md#diff-arguments">?</a>)</th>
<th rowspan="2">Upload<br>Only (<a target="_blank" href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/add_assignment.md#upload-only">?</a>)</th>
<th rowspan="2"></th>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion application/views/pages/admin/add_user.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


{% block title_menu %}
<span class="title_menu_item"><a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/users.md#add-users" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a></span>
<span class="title_menu_item"><a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/users.md#add-users" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a></span>
{% endblock %}


Expand Down
18 changes: 9 additions & 9 deletions application/views/pages/admin/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(document).ready(function(){

{% block title_menu %}
<span class="title_menu_item">
<a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/settings.md" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a>
<a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/settings.md" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a>
</span>
{% endblock %}

Expand Down Expand Up @@ -151,7 +151,7 @@ $(document).ready(function(){

<h2 class="shj_form">
Sandboxing <span class="title_menu_item">
<a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/sandboxing.md" target="_blank"><i class="fa fa-question-circle color11"></i> Help</a>
<a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/sandboxing.md" target="_blank"><i class="fa fa-question-circle color11"></i> Help</a>
</span>
</h2>

Expand All @@ -160,7 +160,7 @@ $(document).ready(function(){
<label for="form_easysandbox">EasySandbox</label>
</p>
<p class="form_comment">Enable EasySandbox for C/C++.<br>
You must <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/sandboxing.md#build-easysandbox" target="_blank">build EasySandbox</a> before enabling it.<br>
You must <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/sandboxing.md#build-easysandbox" target="_blank">build EasySandbox</a> before enabling it.<br>
{% if not sandbox_built %}
<span style="color: red;">You have not built EasySandbox yet.</span>
{% endif %}
Expand All @@ -171,35 +171,35 @@ $(document).ready(function(){
<label for="form_java_policy">Java Policy</label>
</p>
<p class="form_comment">
Enable <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/sandboxing.md#java-sandboxing" target="_blank">Java Sandboxing</a>
Enable <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/sandboxing.md#java-sandboxing" target="_blank">Java Sandboxing</a>
</p>



<h2 class="shj_form">
Shield <span class="title_menu_item">
<a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank"><i class="fa fa-question-circle color11"></i> Help</a>
<a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank"><i class="fa fa-question-circle color11"></i> Help</a>
</span>
</h2>

<p class="input_p">
<input id="form_c_sh" type="checkbox" name="enable_c_shield" value="1" {{ enable_c_shield ? 'checked' }}/> <label for="form_c_sh">C Shield</label><br>
<span class="form_comment">Enable <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for C</span>
<span class="form_comment">Enable <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for C</span>
</p>
<p class="input_p">
<input id="form_cpp_sh" type="checkbox" name="enable_cpp_shield" value="1" {{ enable_cpp_shield ? 'checked' }}/>
<label for="form_cpp_sh">C++ Shield</label><br>
<span class="form_comment">Enable <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for C++</span>
<span class="form_comment">Enable <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for C++</span>
</p>
<p class="input_p">
<input id="form_py2_sh" type="checkbox" name="enable_py2_shield" value="1" {{ enable_py2_shield ? 'checked' }}/>
<label for="form_py2_sh">Python 2 Shield</label><br>
<span class="form_comment">Enable <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for Python 2</span>
<span class="form_comment">Enable <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for Python 2</span>
</p>
<p class="input_p">
<input id="form_py3_sh" type="checkbox" name="enable_py3_shield" value="1" {{ enable_py3_shield ? 'checked' }}/>
<label for="form_py3_sh">Python 3 Shield</label><br>
<span class="form_comment">Enable <a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for Python 3</span>
<span class="form_comment">Enable <a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/shield.md" target="_blank">Shield</a> for Python 3</span>
</p>
<p class="input_p">
<label for="form_def_c">Shield Rules (for C)</label>
Expand Down
2 changes: 1 addition & 1 deletion application/views/pages/admin/users.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


{% block title_menu %}
<span class="title_menu_item"><a href="https://github.com/mjnaderi/Sharif-Judge/blob/docs/v1.4/users.md" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a></span>
<span class="title_menu_item"><a href="https://github.com/ftisunpar/Sharif-Judge/blob/docs/v1.4/users.md" target="_blank"><i class="fa fa-question-circle color6"></i> Help</a></span>
<span class="title_menu_item"><a href="{{ site_url('users/add') }}"><i class="fa fa-plus color11"></i> Add Users</a></span>
<span class="title_menu_item"><a href="{{ site_url('users/list_excel') }}"><i class="fa fa-download color9"></i> Excel</a></span>
{% endblock %}
Expand Down

0 comments on commit 726ef16

Please sign in to comment.