文件操作 - switch-page.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/ionos-assistant/inc/views/switch-page.php
编辑文件内容
<?php namespace Ionos\Assistant\SwitchPage; if ( ! defined( 'ABSPATH' ) ) { exit; } use Ionos\Libraryassistant\Config; use Ionos\Libraryassistant\Options; ?> <style> .option:first-child:hover { border-color: <?php echo esc_attr( Config::get( 'onboarding.color' ) ); ?>; box-shadow: 0px 0px 8px #cccccc; } </style> <div class="wrapper"> <div class="header"> <img class="logo" src="<?php echo esc_attr( Config::get( 'onboarding.logo' ) ); ?>" alt="Logo"/> </div> <div class="onboardingpage"> <h1 class="headline"><?php esc_html_e( 'How do you want to create your new website?', 'ionos-assistant' ); ?></h1> <div class="container"> <div class="options"> <div class="option" style=":hover{border-color: <?php echo esc_attr( ( Config::get( 'onboarding.color' ) ) ); ?>;}"> <a href="<?php echo esc_attr( \admin_url() . 'admin.php?page=extendify-launch' ); ?>" class="link-btn"> <div class="option-content"> <span class="info-text" style="background-color: <?php echo esc_attr( ( Config::get( 'onboarding.color' ) ) ); ?>;"><?php esc_html_e( 'Online in a few minutes', 'ionos-assistant' ); ?></span> <img src="<?php echo esc_url( trailingslashit( IONOS_ASSISTANT_URL ) . 'assets/img/artificial-intelligence.png' ); ?>" alt="Artificial Intelligence Illustration"/> <h3> <?php esc_html_e( 'With AI', 'ionos-assistant' ); ?> </h3> <p> <?php esc_html_e( 'Automatic website creation based on your preferences and requirements. Including ready-to-go copy and images.', 'ionos-assistant' ); ?> </p> <p style="font-weight:700"> <?php esc_html_e( '100% WordPress', 'ionos-assistant' ); ?> </p> </div> </a> </div> <div class="option"> <a href="<?php echo esc_attr( \admin_url() . 'admin.php?page=extendify-assist#dashboard' ); ?>" class="link-btn"> <div class="option-content"> <img src="<?php echo esc_url( trailingslashit( IONOS_ASSISTANT_URL ) . 'assets/img/user-interface.png' ); ?>" alt="User Interface Illustration"/> <h3> <?php esc_html_e( 'Do it yourself', 'ionos-assistant' ); ?> </h3> <p> <?php esc_html_e( 'You decide how to create your website. No worries, you can also start the AI creation from the WordPress Dashboard later.', 'ionos-assistant' ); ?> </p> </div> </a> </div> </div> <div class="checkbox-option"> <span> <?php printf( // translators: %1$s, %2$s, %3$s and %4$s are placeholders for html tags. esc_html__( 'By using AI features you agree to the OpenAI %1$sTerms of Use%2$s and %3$sPrivacy Policy%4$s', 'ionos-assistant' ), '<a href="https://openai.com/policies/terms-of-use/" target="_blank">', '</a>', '<a href="https://openai.com/policies/privacy-policy/" target="_blank">', '</a>' ); ?> </span> </div> </div> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件