コード例 #1
0
ファイル: edituserprefs.inc.php プロジェクト: h4rdc0m/spotweb
				<fieldset id="content_use_twitter">
					<div class="testNotification" id="twitter_result"><b>Stap 1</b>:<br />Klik op de knop "Toestemming Vragen". Dit opent een nieuwe pagina met een PIN nummer.<br />Let op: als er niets gebeurt, controleer je pop-up blocker.</div>
					<input type="button" value="Toestemming Vragen" id="twitter_request_auth" />
	<?php 
        if (!empty($edituserprefsform['notifications']['twitter']['screen_name'])) {
            ?>
					<input type="button" id="twitter_remove" value="Account <?php 
            echo $edituserprefsform['notifications']['twitter']['screen_name'];
            ?>
 verwijderen" />
	<?php 
        }
        ?>
					<?php 
        showNotificationOptions('twitter', $edituserprefsform, $tplHelper);
        ?>
				</fieldset>
			</fieldset>
<?php 
    }
    ?>
		</div>
<?php 
}
?>
<!-- Einde notificaties -->


<!-- Custom Stylesheet -->
<?php 
コード例 #2
0
        }
        ?>
></dd>

                    <fieldset id="content_use_pushalot" class="notificationSettings">
                         <dt><label for="edituserprefsform[notifications][pushover][auth_token]"><?php 
        echo _('Pushalot <a href="https://pushalot.com/manager/authorizations">authorization token</a>?');
        ?>
</label></dt>
                         <dd><input type="text" name="edituserprefsform[notifications][pushalot][auth_token]" value="<?php 
        echo htmlspecialchars($edituserprefsform['notifications']['pushalot']['auth_token']);
        ?>
"></dd>

                         <?php 
        showNotificationOptions('pushalot', $edituserprefsform, $tplHelper);
        ?>
                    </fieldset>
               </fieldset>
<?php 
    }
    ?>
		</div>
<?php 
}
?>
<!-- Einde notificaties -->

<!-- Custom Stylesheet -->
<?php 
if ($tplHelper->allowed(SpotSecurity::spotsec_allow_custom_stylesheet, '')) {