-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #990 from utelecon/202403-wifi-structure
modify structure of utokyo_wifi/index page
- Loading branch information
Showing
11 changed files
with
88 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,11 @@ | ||
import If from "@components/utils/If.astro"; | ||
import Apply from "./Apply.mdx"; | ||
import Connect from "./Connect.mdx"; | ||
|
||
{/** | ||
* @typedef {object} Props | ||
* @property {import("@components/types").Variant} variant | ||
*/} | ||
|
||
<If cond={props.variant === "oc"}> | ||
- **作業:アカウントを申請する** | ||
<Apply | ||
variant="oc" | ||
utasOnly | ||
support | ||
jouhouSecurity={<a href="/utokyo_wifi/#jouhou-security">UTokyo Wi-Fiのページの「情報セキュリティ教育」の項</a>} | ||
/> | ||
- **作業:実際に接続する** | ||
<Connect | ||
deviceDescription="UTokyo Wi-Fiに接続したい機器" | ||
applyStep="上の手順" | ||
connectConfiguration={<a href="/utokyo_wifi/#connect-configuration">UTokyo Wi-Fiのページの「接続の詳細な設定」</a>} | ||
support | ||
/> | ||
|
||
<Fragment slot="else"> | ||
|
||
### 準備編:UTokyo Wi-Fiアカウントの発行を申請する | ||
{:#apply} | ||
次の手順に沿って,UTokyo Wi-Fiアカウントの発行を申請してください.ただし,有効なUTokyo Wi-Fiアカウントをすでに持っている場合は,アカウント発行の手順を繰り返す必要はありません.2台目以降の端末をUTokyo Wi-Fiに接続する場合でも,同じアカウントで利用できます. | ||
<Apply | ||
blockLink | ||
inlineHelp | ||
jouhouSecurity={<>「<a href="#jouhou-security">情報セキュリティ教育</a>」の項</>} | ||
/> | ||
|
||
### 利用編:UTokyo Wi-Fiに実際に接続する | ||
{:#connect} | ||
次の手順に沿って,UTokyo Wi-Fiに実際に接続してください. | ||
<Connect | ||
deviceDescription="利用する機器" | ||
applyStep="準備編の操作" | ||
connectConfiguration={<>下の「<a href="#connect-configuration">接続の詳細な設定</a>」の項</>} | ||
/> | ||
{:.procedure.gap} | ||
</Fragment> | ||
</If> | ||
- **作業:アカウントの発行を申請する** | ||
<Apply utasOnly support /> | ||
- **作業:実際に接続する** | ||
<Connect | ||
applyStep="上の手順" | ||
connectConfiguration={<a href="/utokyo_wifi/#connect-configuration">UTokyo Wi-Fiのページの「接続の詳細な設定」</a>} | ||
support | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
初めて接続する場合や,アカウントの再発行が必要な場合は,UTokyo Wi-Fi全般の説明ページにある**[利用開始までの手順の「準備編」](/utokyo_wifi#apply)**の説明に沿ってアカウントの発行を申請してください. | ||
初めて接続する場合や,アカウントの再発行が必要な場合は,UTokyo Wi-Fi全般の説明ページにある**[利用開始までの手順の「準備編」](/utokyo_wifi/#apply)**の説明に沿ってアカウントの発行を申請してください. | ||
|
||
有効なUTokyo Wi-Fiアカウントをすでに持っている場合は,アカウント発行の手続きを繰り返す必要はありません.2台目以降の端末をUTokyo Wi-Fiに接続する場合でも,同じアカウントで利用できます. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
利用にあたって問題が発生した場合は,以下のページを確認してください.問い合わせ方法についても詳しく記載されています. | ||
<b class="box center">[UTokyo Wi-Fiのトラブルシューティング](./trouble_shooting)</b> | ||
<b class="box center">[UTokyo Wi-Fiのトラブルシューティング](/utokyo_wifi/trouble_shooting)</b> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters