<h2 style="vertical-align:middle"><img src="<?=base_url().'img/icons/security_32.png'?>" class="nb" alt="" /> <?php echo $this->lang->line('files_pass_header') ?></h2>
<? if($error){?><span class="alert"><?php echo $this->lang->line('files_pass_1') ?></span><?php }?>
<form action="<?=site_url('files/get/'.$file->file_id.'/'.$file->link_name)?>" method="post">
<h3 id="dlhere"><?php echo $this->lang->line('files_pass_2') ?></h3>
<p>
	<?php echo $this->lang->line('files_pass_3');?>
	<code> 
		<label style="font-weight:bold" for="pass"><?php echo $this->lang->line('files_pass_4') ?></label>
		<input style="background: url('<?=base_url().'img/icons/security_16.png'?>') 2px center no-repeat; padding-left:20px;" type="text" size="40" maxlength="32" name="pass" /><br /><br />
		
		<?=generateSubmitButton($this->lang->line('files_pass_5'), base_url().'img/icons/security_16.png', 'green')?><br />
	</code>
</p>
</form>
Beispiel #2
0
<form action="<?php 
echo site_url('user/login');
?>
" method="post" class="loginform">
<input type="hidden" name="submit" value="1" />
	<p>
		<label for="username"><b><?php 
echo $this->lang->line('user_login_1');
?>
</b></label>
		<input style="background:2px center url(<?php 
echo base_url() . 'img/icons/user_16.png';
?>
) no-repeat transparent; padding-left:22px" type="text" id="username" name="username" />
		
		<label for="password"><b><?php 
echo $this->lang->line('user_login_2');
?>
</b></label>
		<input style="background:2px center url(<?php 
echo base_url() . 'img/other/key_16.png';
?>
) no-repeat transparent; padding-left:22px" type="password" id="password" name="password"  /><br /><br />
		<?php 
echo generateSubmitButton($this->lang->line('user_login_3'), base_url() . 'img/icons/log_in_16.png', 'green');
?>
<br />
		</p>
	</form>
</div>
Beispiel #3
0
                    echo $name;
                    ?>
" rows="4" cols="40" ></textarea>
				<?php 
                } else {
                    ?>
				<input type="text" name="<?php 
                    echo $name;
                    ?>
" size="50" /><br />
				<?php 
                }
            }
        }
    }
    ?>
			<span style="display:none; text-decoration:underline; font-weight:bold" id="d_<?php 
    echo $name;
    ?>
"><?php 
    echo $real_descr[$name];
    ?>
</span><br />
			<?php 
}
echo '<br />';
echo generateSubmitButton('Add New Group', base_url() . 'img/icons/add_16.png', 'green');
?>
<br />
    </p>
</form>
Beispiel #4
0
echo $this->lang->line('user_password_header');
?>
</h3>
    <p>
        <label style="font-weight:bold" for="username"><?php 
echo $this->lang->line('user_password_1');
?>
</label>
        <input type="text" class="readonly" readonly="readonly" name="username" value="<?php 
echo $this->session->userdata('username');
?>
" size="50" /><br /><br />
    
        <label style="font-weight:bold" for="password"><?php 
echo $this->lang->line('user_password_2');
?>
</label>
        <input type="password" name="oldpassword" size="50" /><br />
        
        <label style="font-weight:bold" for="password"><?php 
echo $this->lang->line('user_password_3');
?>
</label>
        <input type="password" name="newpassword" size="50" /><br />
        
        <label style="font-weight:bold" for="passconf"><?php 
echo $this->lang->line('user_password_4');
?>
</label>
        <input type="password" name="newpassconf" size="50" /><br /><br />
        
Beispiel #5
0
echo site_url('admin/menu_shortcuts/add');
?>
" method="post">
	<input type="hidden" name="status" value="1" />
	<input type="hidden" name="order" value="<?php 
echo $order;
?>
" />
	<h3>Add Shortcut</h3>
	<p>
		<label for="title">Name</label>
		<input type="text" name="title" value="<?php 
echo $title;
?>
"  />
		
		<label for="link">Link</label>
		<input type="text" name="link" value="<?php 
echo $link;
?>
"  />
		
		<br /><br />
		
		<?php 
echo generateSubmitButton('Add', base_url() . 'img/icons/add_16.png');
?>
<br />
	</p>
</form>
Beispiel #6
0
 </b></label>
		<input style="background:2px center url(<?php 
    echo $base_url;
    ?>
img/icons/user_16.png) no-repeat transparent; padding-left:22px" type="text" id="username" name="username" />
		
		<label for="password"><b><?php 
    echo $this->lang->line('global_password');
    ?>
 </b></label>
		<input style="background:2px center url(<?php 
    echo $base_url;
    ?>
img/other/key_16.png) no-repeat transparent; padding-left:22px" type="password" id="password" name="password"  /><br /><br />
		<?php 
    echo generateSubmitButton($this->lang->line('global_login'), $base_url . 'img/icons/log_in_16.png', 'green');
    ?>
<br />
		</p>
	</form>
	<ul class="sidemenu">
		<li>
			<a href="<?php 
    echo site_url('user/forgotPassword');
    ?>
">
				<img src="<?php 
    echo $base_url;
    ?>
img/icons/help_16.png" class="nb" alt="" /> <?php 
    echo $this->lang->line('global_forgot_pass');
" size="50"/>
	<input type="hidden" name="ftp_user" value="<?php 
echo $this->input->post('ftp_user');
?>
" size="20"/>
	<input type="hidden" name="ftp_pass" value="<?php 
echo $this->input->post('ftp_pass');
?>
" size="20"/>
	<input type="hidden" name="ftp_port" value="<?php 
echo $this->input->post('ftp_port') ? $this->input->post('ftp_port') : '21';
?>
" size="7"/>
	<input type="hidden" name="ftp_path" value="<?php 
echo $this->input->post('ftp_path');
?>
" size="50"/>
	<input type="hidden" name="random" value="<?php 
$rand = rand(111, 999);
echo $rand;
?>
" size="50"/>
	<h3>Confirm Software Install</h3>
	<p>We have confirmed a working FTP connection to the server you specified. Please click the button below to confirm that you want to install server software on this server.</p>
	<p>
		<?php 
echo generateSubmitButton('Install Server Software', base_url() . 'img/icons/ok_16.png');
?>
<br />
	</p>
</form>
Beispiel #8
0
</td>
				<td>
					<input type="checkbox" class="filec" value="<?php 
    echo $file->file_id;
    ?>
" name="files[]" /> <?php 
    echo $this->lang->line('image_gallys_create_6');
    ?>
				</td>
			</tr>
			<?php 
}
?>
	</table>
	<?php 
echo generateSubmitButton($this->lang->line('image_gallys_create_7'), base_url() . 'img/icons/new_16.png');
?>
<br />
	</p>
</form>
<script>
var checkBoxAllBool = false;

function switchCheckboxes()
{
	if(!checkBoxAllBool)
	{
		$('input[@type=checkbox]', document).each(function(i)
		{
			$(this).attr('checked', 'checked');
		});
Beispiel #9
0
" method="post">
	<input type="hidden" name="valid" value="true" size="50" />
	<h3>Server Details</h3>
	<p>
		<label>Server Name</label>
		<input type="text" name="name" value="<?php 
echo $server->name;
?>
" size="50"/><br />

		<label>Server URL</label>
		<input type="text" name="url" value="<?php 
echo $server->url;
?>
" size="50"/><br />
	
		<label>Is Active?</label>
		<input type="checkbox" name="status" <?php 
if ($server->status) {
    ?>
checked="checked" <?php 
}
?>
value="1"/> Yes<br /><br />

		<?php 
echo generateSubmitButton('Submit Changes', base_url() . 'img/icons/ok_16.png');
?>
<br />
	</p>
</form>
Beispiel #10
0
		<select name="group">
			<option value="0">All Users</option>
			<?php 
$groups = $this->db->get('groups');
foreach ($groups->result() as $group) {
    ?>
				<option value="<?php 
    echo $group->id;
    ?>
"><?php 
    echo $group->name;
    ?>
</option>
				<?php 
}
?>
		</select><br />
		
		<label>Subject</label>
		<input type="text" size="60" name="subject" />	<br />
		
		<label>Message</label>
		<textarea name="msg" cols="60" rows="10"></textarea><br />
		
		<?php 
echo generateSubmitButton('Send Emails', base_url() . 'img/icons/ok_16.png', 'green');
?>
<br /><br />
	</p>
</form>
<?php

/* Forms */
foreach ($langdirs as $langdir) {
    echo form_open('admin/translator');
    //echo form_submit('langDir', $langdir);
    echo form_hidden('langDir', $langdir);
    echo generateSubmitButton(ucwords($langdir), $base_url . 'img/icons/forward_16.png', 'green');
    echo form_close();
}
Beispiel #12
0
" method="post">
	<input type="hidden" name="status" value="1" />
	<h3>Edit Shortcut</h3>
	<p>
		<label for="o_filename">Name</label>
		<input type="text" name="title" value="<?php 
echo $shortcut->title;
?>
"  />
		
		<label for="downloads">Link</label>
		<input type="text" name="link" value="<?php 
echo $shortcut->link;
?>
"  />
		
		<label for="downloads">Order</label>
		<input type="text" name="order" value="<?php 
echo $shortcut->order;
?>
"  />

		<br /><br />
		
		<?php 
echo generateSubmitButton('Edit', base_url() . 'img/icons/edit_16.png');
?>
<br />
	</p>
</form>
Beispiel #13
0
				<?php 
                } else {
                    ?>
				<input type="text" name="<?php 
                    echo $name;
                    ?>
" value="<?php 
                    echo $value;
                    ?>
" size="50" /><br />
				<?php 
                }
            }
        }
    }
    ?>
			<span style="display:none; text-decoration:underline; font-weight:bold" id="d_<?php 
    echo $name;
    ?>
"><?php 
    echo $real_descr[$name];
    ?>
</span><br />
			<?php 
}
echo '<br />';
echo generateSubmitButton('Save Changes', base_url() . 'img/icons/ok_16.png', 'green');
?>
<br />
    </p>
</form>
Beispiel #14
0
	</span>
	<span style="display:none" id="captcha">
	<?php if($captcha_bool)
	{
		?>
		<label style="font-weight:bold" for="captcha"><?php echo $this->lang->line('files_get_19')?></label>
		<code> 
			<span id="captchaImg"><?php echo $captcha?></span> 
			<a href="javascript:;" onclick="getNewCaptcha()">
				<img class="nb" title="Get New Captcha<?php echo $this->lang->line('files_get_20')?>" src="<?php echo $base_url?>img/icons/refresh_16.png" alt="" />
			</a><br />
			<input type="text" size="3" maxlength="3" name="captcha" />
		</code><br />
		<?php 
	}
	echo generateSubmitButton($this->lang->line('files_get_21'), base_url().'img/icons/backup_16.png', 'green');
	if($image)
	{
	    echo generateLinkButton('View This Image', $image['direct_url'], base_url().'img/icons/pictures_16.png', null, array('target' => '_blank'));
	}
	?><br />
	</span>
</div>
</form>

<?php /*File Page Hooks*/ $this->xu_api->hooks->runHooks('files::get::add_section::after_download', null); ?>

<script type="text/javascript">
<?php 
$rand = 'x'.str_replace('-', '', $this->functions->getRandId());
$rand1 = 'y'.str_replace('-', '', $this->functions->getRandId(32));
Beispiel #15
0
<?php

echo form_open('admin/translator', '', $hidden);
?>

<table>

<?php 
echo '<tr>';
echo '<td class="translator_table_header">' . 'Key' . '</td>';
echo '<td class="translator_table_header"><b>' . ucwords($masterLang) . '</td>';
echo '<td class="translator_table_header">' . ucwords($slaveLang) . '</td>';
echo '</tr>';
foreach ($moduleData as $key => $line) {
    echo '<tr>';
    echo '<td>' . $key . '</td>';
    echo '<td>' . htmlspecialchars($line['master']) . '</td>';
    echo '<td>' . htmlspecialchars($line['slave']) . '</td>';
    echo '</tr>';
}
?>

</table>

<?php 
echo form_hidden('ConfirmSaveLang', 'Confirm');
echo generateSubmitButton('Confirm Changes', $base_url . 'img/icons/ok_16.png', 'green') . '<br /></p>';
echo form_close();
Beispiel #16
0
		<label for="pass"><?php 
echo $this->lang->line('files_edit_filepassword');
?>
</label>
		<input type="text" name="pass" value="<?php 
echo $file->pass;
?>
"  />
		
		<label for="descr"><?php 
echo $this->lang->line('files_edit_filedescription');
?>
</label>
		<textarea name="descr" cols="60" rows="6"><?php 
echo $file->descr;
?>
</textarea>
		
		<label for="featured"><?php 
echo $this->lang->line('files_edit_featured');
?>
</label>
		<input type="checkbox" <? if($file->feature){?> checked="checked"<? }?> name="feature" value="1"  />
		<br /><br />
		
		<?php 
echo generateSubmitButton($this->lang->line('files_edit_editbutton'), base_url() . 'img/icons/edit_16.png');
?>
	</p>
</form>
Beispiel #17
0
    
    <label style="font-weight:bold" for="passconf"><?php 
echo $this->lang->line('user_register_begin_15');
?>
</label>
    <input type="password" class="required remove_title" name="passconf" value="<?php 
echo set_value('passconf');
?>
" size="50" /><br /><br />

    
    <label style="font-weight:bold" for="captcha"><?php 
echo $this->lang->line('user_register_begin_16');
?>
</label>
    <?php 
echo $captcha;
?>
<br />
	<input type="text" class="required remove_title" name="captcha" /><br /><br />
    
    <?php 
echo generateSubmitButton($this->lang->line('user_register_begin_17'), base_url() . 'img/other/user-add_16.png');
?>
<br />
</form>
<script type="text/javascript">
$(document).ready(function(){
	$("#user_reg").validate();
});
</script>
<table> 

<?php 
echo '<tr>';
echo '<td class="translator_table_header">' . 'Key' . '</td>';
echo '<td class="translator_table_header">' . ucwords($masterLang) . '</td>';
echo '<td class="translator_table_header">' . ucwords($slaveLang) . '</td>';
echo '</tr>';
foreach ($moduleData as $key => $line) {
    echo '<tr valign="top">';
    echo '<td>' . $key . '</td>';
    echo '<td>' . htmlspecialchars($line['master']) . '</td>';
    $data = array('name' => $postUniquifier . $key, 'value' => $line['slave'], 'size' => '40', 'style' => 'margin-top:12px;');
    echo '<td>' . form_input($data);
    if (strlen($line['error']) > 0) {
        echo '<br /><span class="translator_error">' . $line['error'] . '</span>';
    }
    if (strlen($line['note']) > 0) {
        echo '<br /><span class="translator_note">' . $line['note'] . '</span>';
    }
    echo '</td>';
    echo '</tr>';
}
?>

</table>

<?php 
echo form_hidden('SaveLang', 'Save');
echo generateSubmitButton('Save Changes', $base_url . 'img/icons/save_16.png') . '<br /></p>';
echo form_close();
Beispiel #19
0
		
		<label>FTP Username</label>
		<input type="text" name="ftp_user" value="<?php 
echo $this->input->post('ftp_user');
?>
" size="20"/><br />
		
		<label>FTP Password</label>
		<input type="password" name="ftp_pass" value="<?php 
echo $this->input->post('ftp_pass');
?>
" size="20"/><br />
		
		<label>FTP Port</label>
		<input type="text" name="ftp_port" value="<?php 
echo $this->input->post('ftp_port') ? $this->input->post('ftp_port') : '21';
?>
" size="7"/><br />
		
		<label>FTP Path to install location</label>
		<input type="text" name="ftp_path" value="<?php 
echo $this->input->post('ftp_path');
?>
" size="50"/><br /><br />

		<?php 
echo generateSubmitButton('Validate FTP Settings', base_url() . 'img/icons/ok_16.png');
?>
<br />
	</p>
</form>
Beispiel #20
0
        ?>
" /><br /><br />
			<?php 
    } else {
        if ($type == 'box') {
            ?>
			<label><?php 
            echo ucwords(str_replace('_', ' ', $name));
            ?>
</label>
			<textarea rows="8" cols="40" name="<?php 
            echo $name;
            ?>
" id="<?php 
            echo $name;
            ?>
" ><?php 
            echo $set[$name];
            ?>
</textarea><br /><br />
			<?php 
        }
    }
}
?>
	<input type="hidden" name="valid" value="yes" />
	<?php 
echo generateSubmitButton('Update', base_url() . 'img/icons/ok_16.png', 'green');
?>
<br />
</form>
Beispiel #21
0
' method="post">
<input type="hidden" name="posted" value="true"  />
	<h3><?php 
echo $this->lang->line('user_forgot_1');
?>
</h3>
    <p>
        <label style="font-weight:bold" for="username"><?php 
echo $this->lang->line('user_forgot_2');
?>
</label>
        <input type="text" name="username" value="<?php 
echo set_value('username');
?>
" size="50" /><br /><br />
        
        <label style="font-weight:bold" for="passconf"><?php 
echo $this->lang->line('user_forgot_3');
?>
</label>
        <input type="text" name="email" value="<?php 
echo set_value('email');
?>
" size="50" /><br /><br />
        
		<?php 
echo generateSubmitButton($this->lang->line('user_forgot_4'), base_url() . 'img/icons/security_16.png');
?>
<br />
	</p>
</form>
Beispiel #22
0
			
				<label for="password"><?php 
    echo $this->lang->line('home_password_text');
    ?>
</label>
				<input type="text" name="password" value="">
			
				<label for="description"><?php 
    echo $this->lang->line('home_description_text');
    ?>
</label>
				<textarea name="description" rows="8" cols="40"></textarea>
		
				<br style="clear:both" />
				<?php 
    echo generateSubmitButton($this->lang->line('home_upload'), $base_url . 'img/icons/up_16.png', 'green');
    ?>
				<br style="clear:both" />
			</p>
		</form>
		
	</div>
	
	<div id="uploader" style="display:none;">
		<h3 style="padding-top:8px;"><?php 
    echo $this->lang->line('home_select_files');
    ?>
</h3><br />
		<div style=" padding-left:12px;">
			<div style="display: block; width:90px; height:22px; border: solid 1px #7FAAFF; background-color: #C5D9FF; padding: 2px; padding-top:6px; padding-left:6px;"><span id="spanButtonPlaceholder"></span></div>
		</div>
<?php

/* Forms */
echo form_open('admin/translator', '', $hidden);
echo '<p>';
echo form_label('Select Your Language', 'slaveLang');
foreach ($languages as $language) {
    //echo form_hidden('slaveLang', $language);
    echo form_radio('slaveLang', $language) . ' ' . ucwords($language) . '<br />';
}
echo '<br />';
echo generateSubmitButton('Next Step', $base_url . 'img/icons/forward_16.png', 'green') . '<br /></p>';
echo form_close();