Beispiel #1
0
				<div class="form-group form-group-submit">
					<button type="submit" class="btn btn-success btn-block btn-lg submit" data-loading-text="<?php 
            echo ___('Processing, please wait...');
            ?>
" tabindex="1">
						<i class="fa fa-check"></i>
						<?php 
            echo ___('Register &amp; Log-in');
            ?>
					</button>
					<input type="hidden" name="type" value="register">
				</div>
				<div class="form-group text-center">
					<i class="fa fa-check-square-o"></i> 
					<?php 
            echo sprintf(___('I am agree the %s.'), '<a href="' . theme_custom_sign::get_tos_url() . '" target="_blank">' . ___('TOS') . '</a>');
            ?>
				</div>
			</form>
		<?php 
        } else {
            /** can not reigster */
            ?>
			<div class="page-tip">
				<?php 
            echo status_tip('info', ___('Sorry, it is not the time, the site is temporarily closed registration.'));
            ?>
			</div>
			<div class="page-tip">
				<a href="javascript:history.back();" class="btn btn-success btn-block"><i class="fa fa-arrow-left"></i> <?php 
            echo ___('Back');