このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
apps:public:inquiry [2020/06/30 17:30] – 外部編集 127.0.0.1 | apps:public:inquiry [2025/06/10 02:41] (現在) – 外部編集 127.0.0.1 |
---|
<WRAP page-title> | |
====== お問い合わせ ====== | ====== お問い合わせ ====== |
<php> | |
echo '<div class="small text-right">'; | |
$pinfo = $GLOBALS['TEMPLATE']->getPageInfo(); | |
echo '</div>'; | |
</php> | |
</WRAP> | |
| |
<html> | <html> |
<script src="https://unpkg.com/http-vue-loader"></script> | <script src="https://unpkg.com/http-vue-loader"></script> |
<script src="https://unpkg.com/vuejs-paginate@latest"></script> | <script src="https://unpkg.com/vuejs-paginate@latest"></script> |
<script src="https://unpkg.com/vue-recaptcha@latest/dist/vue-recaptcha.js"></script> | <script src="https://unpkg.com/vue-recaptcha@1.3.0/dist/vue-recaptcha.js"></script> |
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer></script> | <script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer></script> |
| |
<div class="col-sm-6"> | <div class="col-sm-6"> |
<div class="radio"> | <div class="radio"> |
<label><input type="radio" name="type" style="margin-top: 4px;" value="大会要項の送付依頼" v-model="message.type">大会要項の送付依頼(通信欄に送付先をご記入ください)</label> | <label><input type="radio" name="type" style="margin-top: 4px;" value="お困りごとの相談" v-model="message.type">お困りごと相談(秘密厳守いたします)</label> |
</div> | </div> |
<div class="radio"> | <div class="radio"> |