예제 #1
0
    ?>
"><?php 
    show_lang_txt('txt_thumb_plus_link_bbcode');
    ?>
:</label> <input type="text" id="bb-code-thumb-<?php 
    show_image_id();
    ?>
" value="<?php 
    show_image_thumb_linked_bbcode();
    ?>
" /></div>
                    <div class="input-item"><label for="thumb-url-<?php 
    show_image_id();
    ?>
"><?php 
    show_lang_txt('txt_thumb_url');
    ?>
:</label> <input type="text" id="thumb-url-<?php 
    show_image_id();
    ?>
" value="<?php 
    show_image_thumb_url();
    ?>
" /></div>
                </div>
                
                <div class="image-tools-section delete_link">
                    <h3>Delete link <span>save it for later</span></h3>
                    <div class="input-item"><label for="delete-link-input-<?php 
    show_image_id();
    ?>
예제 #2
0
?>
 - <?php 
show_image_dimentions();
?>
)</h2>
        <div id="delete-confirm-cancel"><a id="delete-image-confirm" href="<?php 
show_delete_image_confirm_url();
?>
"><?php 
show_lang_txt('button_delete');
?>
</a> <a id="delete-cancel" href="<?php 
show_image_viewer();
?>
"><?php 
show_lang_txt('txt_cancel');
?>
</a></div>
        <div class="view-full-image"><a href="<?php 
show_image_shorturl();
?>
" target="_blank"><img src="<?php 
show_image_url();
?>
" alt="<?php 
show_image_filename();
?>
" class="full_image" /></a></div>
    </div>
<?php 
include_theme_footer();
예제 #3
0
<?php 
}
?>

</head>

<body>

<div id="wrap">
    <div id="top">
    	<a href="<?php 
show_base_url();
?>
"><img src="<?php 
show_theme_imgdir();
?>
logo.png" alt="<?php 
echo chevereto_config('site_name');
?>
" /></a>
    	<?php 
if (is_logged_user()) {
    ?>
<div id="logged">You are logged in <span class="sep">&middot;</span> <a rel="logout"><?php 
    show_lang_txt('txt_logout');
    ?>
</a></div><?php 
}
?>
    </div>
    
예제 #4
0
show_lang_txt('txt_sort_by');
?>
:</span>
                    <ul class="selectable">
                        <li class="active" data-value="date_desc"><?php 
show_lang_txt('txt_newest');
?>
</li>
                        <li data-value="date_asc"><?php 
show_lang_txt('txt_oldest');
?>
</li>
                        <li data-value="size_asc"><?php 
show_lang_txt('txt_filesize_small');
?>
</li>
                        <li data-value="size_desc"><?php 
show_lang_txt('txt_filesize_large');
?>
</li>
                    </ul>
                </div><!-- filter sort -->
            </div><!-- filter -->
        </div><!-- filter wrap -->
        
        <div id="list-items"></div><!-- list items -->
        
    </div><!-- list -->

</body>
</html>
예제 #5
0
show_image_filename();
?>
</h2>
        <div id="shortURL-links">
        	<a id="viewer-link" href="<?php 
show_image_viewer();
?>
"><?php 
show_lang_txt('txt_show_viewer_link');
?>
</a>
        	<a id="direct-link" href="<?php 
show_image_url();
?>
"><?php 
show_lang_txt('txt_show_directly_link');
?>
</a>
        </div>
    </div>
    <div id="shortURL-content"><a href="<?php 
show_image_url();
?>
"><img src="<?php 
show_image_url();
?>
" alt="<?php 
show_image_filename();
?>
" width="<?php 
show_image_width();
예제 #6
0
</script>

<?php 
show_google_analytics();
?>

</head>

<body id="login">

	<div id="login-box">
    	<div id="login-box-content">
        	<img id="logo" src="<?php 
echo absolute_to_relative(__CHV_PATH_SYSTEM_IMG__);
?>
chevereto.png" alt="" />
            <div class="input-login"><span class="placeholder"><?php 
show_lang_txt('txt_enter_password');
?>
</span><input type="password" id="login-password" /><i id="login-submit"></i></div>
            <div id="keep-session-login"><span class="checkbox"></span> <?php 
show_lang_txt('txt_keep_me_login');
?>
</div>
        </div>
    </div>
    
    <div id="login-copyright">Powered by <a href="http://chevereto.com/">Chevereto image hosting script</a></div>

</body>
</html>
예제 #7
0
파일: 404.php 프로젝트: JJaicmkmy/Chevereto
<?php

if (!defined('access') or !access) {
    die('This file cannot be directly accessed.');
}
include_theme_header();
?>
    <div id="content" class="notfound">
    	<h1><?php 
show_lang_txt('txt_404_title');
?>
</h1>
        <p><?php 
show_lang_txt('txt_404_explained');
?>
</p>
    </div>
<?php 
include_theme_footer();