Файл: severus/application/views/add_server.php
Строк: 78
<div class="setup body">
<h1><?php echo trans('title_add_server','Add server');?></h1>
<?php if(isset($message)) {echo $message;}?>
<form id="install_form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div class="well">
<fieldset>
<div class="navbar">
<div class="navbar-inner">
<h2><?php echo trans('title_connector_script','Connector script');?></h2>
</div>
</div>
<div class="control-group">
<?php echo trans('server_add_script1','The first thing you need to do is download the connector script by clicking the button below and upload it to your website.');?>
</div>
<div class="control-group">
<?php echo trans('server_add_script2','Note: trying to hit the connector script directly yourself will 404 this is normal and expected.');?>
</div>
<div class="control-group">
<a class="button largebutton redbutton2" target="_blank" href="<?php echo $this->config->item("base_url");?>index.php/home/download_script/"><?php echo trans('button_download_connector_script','Download connector script');?></a>
</div>
</fieldset>
</div>
<div class="well">
<fieldset>
<div class="navbar">
<div class="navbar-inner">
<h2><?php echo trans('title_settings','Settings');?></h2>
</div>
</div>
<div class="control-group">
<?php echo trans('server_settings_text','When you have uploaded the connector script to your server set the web address to the script (i.e. http://fanart.tv/connector_script.php)');?>
</div>
<div class="control-group">
<input type="text" id="server_script_address" value="<?php echo $this->input->post('server_script_address');?>" class="input_text login_input" placeholder="<?php echo trans('placeholder_path','path to script');?>" name="server_script_address" />
</div>
<div class="control-group">
<input type="submit" value="<?php echo trans('button_register_server','Register server now');?>" class="button redbutton2 largebutton" id="submit" />
</div>
</fieldset>
</div>
</form>
</div>